Home | Trees | Indices | Help |
|
---|
|
Functions | |||
|
Variables | |
BLANK = 0
|
|
CODE = 1
|
|
COMMENT = 2
|
|
DOC = 3
|
Function Details |
Parse the given file-like object as Python source code. For every line in the code, this function yields a (lineno, type, line) tuple, where lineno is the line number (starting at 0), type is one of BLANK, CODE, COMMENT or DOC, and line is the actual content of the line.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 11 14:53:35 2011 | http://epydoc.sourceforge.net |