module documentation

Undocumented

Class AstAttrSeparator Separate all attr and organize them based on ctx. E.g., a.b = c.d will yield a -> Load a.b -> store c -> Load c.d -> Load
Class AstVisitor Undocumented
Class NodeFinder Find any node given the function to match
Class StatementExprExtractor Undocumented
Class TargetRemover Remove any variable that has ast.Store() from provided stack_dict
Class VariableGetter get all variables (ast.name) from given node, separate by targets and values
Constant BASE_MANAGER Undocumented
BASE_MANAGER = (source)

Undocumented

Value
base_manager.BaseManager()