def echokernel.EchoKernel.do_execute |
( |
|
self, |
|
|
|
code, |
|
|
|
silent, |
|
|
|
store_history = True , |
|
|
|
user_expressions = None , |
|
|
|
allow_stdin = False |
|
) |
| |
string echokernel.EchoKernel.banner = "Echo kernel - as useful as a parrot" |
|
static |
string echokernel.EchoKernel.implementation = 'Echo' |
|
static |
string echokernel.EchoKernel.implementation_version = '1.0' |
|
static |
string echokernel.EchoKernel.language = 'no-op' |
|
static |
dictionary echokernel.EchoKernel.language_info = {'mimetype': 'text/plain'} |
|
static |
string echokernel.EchoKernel.language_version = '0.1' |
|
static |
The documentation for this class was generated from the following file: