|
|
__init__(self,
langlet)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
| default(self,
pos,
tok,
stream) |
|
|
|
|
| terminate_stream(self,
stream) |
|
|
|
|
dot_start(self,
pos,
tok,
stream)
dot_start: '.' | '.' A_DIGIT+ [Exponent] ['j'|'J'] |
|
|
|
|
| INTRON(self,
pos,
tok,
stream) |
|
|
|
|
| multiple_introns(self,
introns,
tok,
stream) |
|
|
|
|
| single_intron(self,
intron,
tok,
stream) |
|
|
|
|
| dedent_to(self,
k,
stream) |
|
|
|
|
| LEFT(self,
pos,
tok,
stream) |
|
|
|
|
| RIGHT(self,
pos,
tok,
stream) |
|
|
|
Inherited from BaseTokenizer:
add_token,
set_handler,
tokenize_file,
tokenize_fileobj,
tokenize_string
Inherited from eeoptions.EEShow:
maybe_grammar_check,
maybe_show_cst_after,
maybe_show_cst_before,
maybe_show_python,
maybe_show_scan,
maybe_show_token
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|