class SyntheticTypeVisitor(TypeVisitor[T]): (source)
A TypeVisitor that also knows how to visit synthetic AST constructs.
Not just real types.
Method | visit_callable_argument |
Undocumented |
Method | visit_ellipsis_type |
Undocumented |
Method | visit_placeholder_type |
Undocumented |
Method | visit_raw_expression_type |
Undocumented |
Method | visit_star_type |
Undocumented |
Method | visit_type_list |
Undocumented |