class documentation

class _symbol(int):

View In Hierarchy

Undocumented

Method __new__ Construct a new named symbol.
Method __reduce__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
def __new__(self, name, doc=None, canonical=None):
Construct a new named symbol.
def __reduce__(self):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented