class documentation
class _AnnotationStringParser(ast.NodeTransformer): (source)
Implementation of unstring_annotation().
When given an expression, the node returned by 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, SyntaxError is raised.
| Method | visit_ |
Undocumented |
| Method | visit |
Undocumented |
| Method | visit_ |
Undocumented |
| Method | _parse |
Undocumented |