class documentation

Undocumented

Method __init__ Undocumented
Method analyze Initiate the project state.
Method _analyze_builtin_module Undocumented
Method _analyze_module_pass1 Undocumented
Method _analyzer_pass1 Undocumented
Method _analyzer_pass2 Undocumented
Method _analyzer_pass3 Undocumented
Method _link_builtins_chains Undocumented
Class Variable _recurse_up_to Undocumented
Instance Variable _builtins_dict Undocumented
Instance Variable _options Undocumented
Instance Variable _state Undocumented
def __init__(self, state: MutableState, options: Options): (source)

Undocumented

def analyze(self): (source)

Initiate the project state.

def _analyze_builtin_module(self, mod: Mod): (source)

Undocumented

def _analyze_module_pass1(self, mod: Mod) -> BuiltinsChains: (source)

Undocumented

def _analyzer_pass1(self): (source)

Undocumented

def _analyzer_pass2(self): (source)

Undocumented

def _analyzer_pass3(self): (source)

Undocumented

def _link_builtins_chains(self, builtins_defuse: BuiltinsChains): (source)

Undocumented

_recurse_up_to: int = (source)

Undocumented

_builtins_dict: dict[str, Def] = (source)

Undocumented

_options = (source)

Undocumented

Undocumented