class documentation

class Tokens(object): (source)

View In Hierarchy

Undocumented

Constant CLOSE Undocumented
Constant IMP Undocumented
Constant OPEN Undocumented
Constant PUNCT Undocumented
Constant TOKENS Undocumented
CLOSE: str = (source)

Undocumented

Value
')'
IMP: str = (source)

Undocumented

Value
'-o'
OPEN: str = (source)

Undocumented

Value
'('

Undocumented

Value
[OPEN, CLOSE]

Undocumented

Value
PUNCT + [IMP]