module documentation
Undocumented
| Class | |
Like StmtVisitor but does not recurse on functions or classes by default. |
| Class | |
Does not recurse on leaf type statements' content by default. |
| Function | ast |
Undocumented |
| Function | node2dottedname |
Resove expression composed by ast.Attribute and ast.Name nodes to a list of names. |
| Function | to |
Undocumented |
| Function | unparse |
Undocumented |
@overload
(source) ¶
def ast_node_name(n:
@overloadast.ClassDef | ast.FunctionDef | ast.AsyncFunctionDef | ast.Name | ast.arg | ast.alias | ast.Attribute) -> str:(source) ¶
Undocumented