class documentation

class AdjustGenericType(visitors.Visitor): (source)

View In Hierarchy

Changes the generic type from "object" to "Any".

Method __init__ Undocumented
Method VisitClassType Undocumented
Instance Variable new_generic_type Undocumented
Instance Variable old_generic_type Undocumented

Inherited from Visitor:

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 __init__(self): (source)
def VisitClassType(self, t): (source)

Undocumented

new_generic_type = (source)

Undocumented

old_generic_type = (source)

Undocumented