|
|
__init__(self,
langlet)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
| expr(self,
source,
no_transform=False) |
|
|
|
|
| suite(self,
source,
no_transform=False) |
|
|
|
|
| transform(self,
cst,
**kwd) |
|
|
|
|
tokenize(self,
source)
Returns:
token stream. |
|
|
|
|
| tokenize_string(self,
source) |
|
|
|
|
| old_tokenize_file(self,
filename) |
|
|
|
|
| tokenize_file(self,
filename) |
|
|
|
|
| parse(self,
stream,
start_symbol=None) |
|
|
|
|
|
|
|
|
|
|
| parse_source(self,
source,
start_symbol) |
|
|
|
|
|
|
|
| parse_suite(self,
source) |
|
|
|
|
| try_compile(self,
cst,
**kwd) |
|
|
|
|
| compile_cst(self,
node,
**kwd) |
|
|
|
|
|
|
|
|
|
|
compile_file(self,
filename,
**kwd)
Compile file according to a specific extension language into a Python
module. |
|
|
|
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__
|