class documentation
class _StaticAnalyzer(ast.NodeVisitor): (source)
Known subclasses: scalpel.typeinfer.analysers.BinaryOperationMap, scalpel.typeinfer.analysers.ClassDefinitionMap, scalpel.typeinfer.analysers.FunctionDefinitionMap, scalpel.typeinfer.analysers.ImportTypeMap, scalpel.typeinfer.analysers.VariableAssignmentMap
The base class of analyzer, provides functions that read and parse a python program file
| Static Method | read |
Read a file as tokens |
| Method | __init__ |
Undocumented |
| Method | check |
Undocumented |
| Instance Variable | file |
Undocumented |