module documentation

Undocumented

Class Transform Transform the ast such that the code is more easy to understand.
Function fix_ast_location Undocumented
Function is_assert_False Undocumented
Function is_Yield Undocumented
Type Variable T Undocumented
Type Variable _astT Undocumented
def fix_ast_location(new_node, old_node): (source)

Undocumented

def is_assert_False(node): (source)

Undocumented

def is_Yield(stmt): (source)

Undocumented

Undocumented

Value
TypeVar('_astT',
        bound=ast.AST)