class documentation

Class for retrieving variable assignments

Method __init__ No summary
Method map Get the variable assignments
Instance Variable imports Undocumented
Instance Variable root Undocumented

Inherited from _StaticAnalyzer:

Static Method read_file Read a file as tokens
Method check Undocumented
Instance Variable file_name Undocumented
def __init__(self, root, imports=None): (source)
Parameters
rootThe root node of the input source file.
importsThe import type map of the input source file

Get the variable assignments

Undocumented

Undocumented