class documentation

class TIToken(Token): (source)

Known subclasses: tivars.token.IllegalToken

Constructor: TIToken(token)

View In Hierarchy

Interface extension for the token sheets base Token container

TITokens can be fetched by bytes or recognized names from a TITokens container attached to a TIModel. Instantiating your own TIToken is not recommended.

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method names No summary
Instance Variable translation Undocumented
Property accessible The accessible name of this token in English (en)
Property display The display name of this token in English (en)
Property escape The escape sequence for this token as a byte literal
def __init__(self, token: Token): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

def __str__(self) -> str: (source)

Undocumented

def names(self) -> list[str]: (source)
Returns
list[str]The names of this token in English (en)
translation = (source)

Undocumented

The accessible name of this token in English (en)

The display name of this token in English (en)

The escape sequence for this token as a byte literal