class documentation
class _AnnotationStringParser(ast.NodeTransformer): (source)
Constructor: _AnnotationStringParser(filename)
When given an expression, the node returned by L{ast.NodeVisitor.visit()} will also be an expression. If any string literal contained in the original expression is either invalid Python or not a singular expression, L{SyntaxError} is raised.
| Method | __init__ |
Undocumented |
| Method | visit_ |
Undocumented |
| Method | visit_ |
Undocumented |
| Method | visit_ |
Undocumented |
| Instance Variable | filename |
Undocumented |
| Method | _parse |
Undocumented |