module documentation
(source)

Check for duplicate AST nodes after merge.
Function check​_consistency Fail if there are two AST nodes with the same fullname reachable from 'o'.
Function path​_to​_str Undocumented
Constant DUMP​_MISMATCH​_NODES Undocumented
def check_consistency(o): (source)

Fail if there are two AST nodes with the same fullname reachable from 'o'.

Raise AssertionError on failure and print some debugging output.

Parameters
o:objectUndocumented
def path_to_str(path): (source)

Undocumented

Parameters
path:List[Tuple[object, object]]Undocumented
Returns
strUndocumented
DUMP_MISMATCH_NODES: bool = (source)

Undocumented

Value
False