module documentation

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: object): (source)

Fail if there are two AST nodes with the same fullname reachable from 'o'. Raise AssertionError on failure and print some debugging output.

def path_to_str(path: list[tuple[object, object]]) -> str: (source)

Undocumented

DUMP_MISMATCH_NODES: bool = (source)

Undocumented

Value
False