class Parser:
Python source code parser to pick up variable comments.
This is a better wrapper for VariableCommentPicker.
Method | __init__ |
Undocumented |
Method | parse |
Parse the source code. |
Method | parse_comments |
Parse the code and pick up comments. |
Method | parse_definition |
Parse the location of definitions from the code. |
Instance Variable | annotations |
Undocumented |
Instance Variable | code |
Undocumented |
Instance Variable | comments |
Undocumented |
Instance Variable | definitions |
Undocumented |
Instance Variable | deforders |
Undocumented |
Instance Variable | encoding |
Undocumented |
Instance Variable | finals |
Undocumented |
Instance Variable | overloads |
Undocumented |