class documentation

An alias (symbolic link) for a class implemented in some other module. Unlike Constant, the Alias is the same type, as opposed to an instance of that type. It's generated, among others, from imports - e.g. "from x import y as z" will create a local alias "z" for "x.y".

Class Variable name Undocumented
Class Variable type Undocumented

Inherited from Node:

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.
Class Variable __slots__ Undocumented
Method _ToTuple Returns a tuple of the fields of self as a sort key.
Class Variable _name2item Undocumented

Undocumented