class DefinitionFinder(TokenProcessor):
Method | __init__ |
Undocumented |
Method | add_definition |
Add a location of definition. |
Method | finalize_block |
Finalize definition block. |
Method | parse |
Parse the code to obtain location of definitions. |
Method | parse_definition |
Parse AST of definition. |
Instance Variable | context |
Undocumented |
Instance Variable | decorator |
Undocumented |
Instance Variable | definitions |
Undocumented |
Instance Variable | indents |
Undocumented |
Inherited from TokenProcessor
:
Method | fetch_token |
Fetch the next token from source code. |
Method | fetch_until |
Fetch tokens until specified token appeared. |
Method | get_line |
Returns specified line. |
Instance Variable | buffers |
Undocumented |
Instance Variable | current |
Undocumented |
Instance Variable | previous |
Undocumented |
Instance Variable | tokens |
Undocumented |