class documentation

ParamSpec is a specific case of TypeParameter.

Method Get Undocumented

Inherited from TypeParameter:

Method __lt__ Smaller than other node? Define so we can have deterministic ordering.
Class Variable bound Undocumented
Class Variable constraints Undocumented
Class Variable name Undocumented
Class Variable scope Undocumented
Property full_name Undocumented
Property upper_value Undocumented

Inherited from Node (via TypeParameter):

Method __ge__ Undocumented
Method __gt__ Larger than other node? Define so we can have deterministic ordering.
Method __iter__ Undocumented
Method __le__ Undocumented
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
def Get(self, attr): (source)

Undocumented