class documentation

class StripExternalNamePrefix(Visitor): (source)

View In Hierarchy

Strips off the prefix the parser uses to mark external types. The prefix needs to be present for AddNamePrefix, and stripped off afterwards.

Method VisitNamedType Undocumented

Inherited from Visitor:

Method __init__ Undocumented
Method Enter Undocumented
Method Leave Undocumented
Method Visit Undocumented
Class Variable old_node Undocumented
Class Variable unchecked_node_names Undocumented
Class Variable visits_all_node_types Undocumented
Instance Variable enter_functions Undocumented
Instance Variable leave_functions Undocumented
Instance Variable visit_class_names Undocumented
Instance Variable visit_functions Undocumented
Class Variable _visitor_functions_cache Undocumented
def VisitNamedType(self, node): (source)

Undocumented