|
__init__(self,
fiber,
name,
locals=None,
globals=None,
use_new_prompt=True,
source_filter=<function <lambda> at 0x00DA7670>,
**kwd)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
Inherited from ConsoleBase :
input ,
interact ,
reset ,
runcode ,
showtraceback ,
write
Inherited from eecommon.EEShow :
maybe_show_cst_after ,
maybe_show_cst_before ,
maybe_show_python ,
maybe_show_token
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|