class documentation

class IntersectionType(_SetOfTypes): (source)

View In Hierarchy

An intersection type.

Class Variable __slots__ Undocumented

Inherited from _SetOfTypes:

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __ne__ Undocumented
Class Variable type_list Undocumented
Property name Undocumented

Inherited from Node (via _SetOfTypes):

Method __ge__ Undocumented
Method __gt__ Larger than other node? Define so we can have deterministic ordering.
Method __iter__ Undocumented
Method __le__ Undocumented
Method __lt__ Smaller than other node? Define so we can have deterministic ordering.
Method IterChildren Undocumented
Method PopulateLookupCache Undocumented
Method Replace Undocumented
Method Visit Visitor interface for transforming a tree of nodes to a new tree.
Method _ToTuple Returns a tuple of the fields of self as a sort key.
Class Variable _name2item Undocumented