class documentation

class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): (source)

View In Hierarchy

Undocumented

Method __repr__ Undocumented
Property exact_type Undocumented
def __repr__(self): (source)

Undocumented

Undocumented