module documentation

Undocumented

Class DefUseLinker link a variable to its definition including other scope
Function link Undocumented
Function link_stmts_to_def link statement given to its defining variable in locals_dict or globals_dict :param ssa: the statement :param allow_uninitialized: if True: will throw an exception when variable is uninitialized, will initialized to ver number 0 if False :param target_phi: if true, only link phi statements :return: None because it only modify attr in ssa...
Constant BASE_MANAGER Undocumented
def link(node): (source)

Undocumented

def link_stmts_to_def(ssa, allow_uninitialized=False, target_phi=False): (source)

link statement given to its defining variable in locals_dict or globals_dict :param ssa: the statement :param allow_uninitialized: if True: will throw an exception when variable is uninitialized, will initialized to ver number 0 if False :param target_phi: if true, only link phi statements :return: None because it only modify attr in ssa

BASE_MANAGER = (source)

Undocumented

Value
BaseManager()