The code_analysis module

Script for counting lines of code.

Run : 04/19/2014 —- Code 12754 Docstring 9336 Comment 944

Run : 01/08/2014 —- Code 11845 Docstring 11319 Comment 926

Run : 12/04/2013 —- Code 10574 Docstrings 8715 Comments 802

Functions

src.tools.code_analysis.isIncluded(path)[source]

Return whether the given path should be included in the API.

Parameters :

path : str

The absolute path of the file to check.

Returns :

bool :

Whether the path should be included in the API generation (i.e. whether it does not start with a member of the EXCLUSIONS module constant).

src.tools.code_analysis.extractData(filename, data)[source]
src.tools.code_analysis.processFile(filename)[source]

Table Of Contents

Previous topic

The general module

Next topic

The config_parser module

This Page