class documentation
class _FunctionState(object):
Tracks current function name and the number of lines in its body.
Method | __init__ |
Undocumented |
Method |
|
Start analyzing function body. |
Method |
|
Report if too many lines in function body. |
Method |
|
Count line in current function body. |
Method |
|
Stop analyzing function body. |
Instance Variable | current |
Undocumented |
Instance Variable | in |
Undocumented |
Instance Variable | lines |
Undocumented |
Constant | _NORMAL |
Undocumented |
Constant | _TEST |
Undocumented |