module documentation

API for traversing the AST nodes. Implemented by the compiler and meta introspection.
Class ​Node​Transformer Walks the abstract syntax tree and allows modifications of nodes.
Class ​Node​Visitor Walks the abstract syntax tree and call visitor functions for every node found. The visitor functions may return values which will be forwarded by the visit method.
Class ​Visit​Callable Undocumented