module documentation

API for traversing the AST nodes. Implemented by the compiler and meta introspection.

Class NodeTransformer Walks the abstract syntax tree and allows modifications of nodes.
Class NodeVisitor 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 VisitCallable Undocumented