Helpers for AST (Abstract Syntax Tree).
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Constant | OPERATORS |
Undocumented |
Class | _UnparseVisitor |
No class docstring; 0/1 instance variable, 1/25 method documented |
Function | parse |
Parse the code using the built-in ast or typed_ast libraries. |
Function | unparse |
Unparse an AST to string. |
Dict[ Type[ ast.AST], str]
=
Undocumented
Value |
|