class documentation

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Applies the given function to the wrapped string token.
Method update A token update function is used when updating or optionally when cloning a token.
Instance Variable metadata Undocumented
Instance Variable string Undocumented
def __init__(self, string='', metadata=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def clone(self, fn=None): (source)

Applies the given function to the wrapped string token.

def update(self, fn): (source)

A token update function is used when updating or optionally when cloning a token.

metadata = (source)

Undocumented

string = (source)

Undocumented