Navigation
Home
|
Gallery
|
API Docs
»
wx.py
»
wx.py.interpreter
»
wx.py.interpreter.InterpreterAlaCarte
index
modules
|
next
|
previous
|
Table of Contents
wx.py.interpreter.InterpreterAlaCarte
Class Hierarchy
Known Superclasses
Methods Summary
Class API
Search
Show Source
wx.py.interpreter.InterpreterAlaCarte
¶
Demo Interpreter.
Class Hierarchy
¶
Inheritance diagram for class
InterpreterAlaCarte
:
Known Superclasses
¶
wx.py.interpreter.Interpreter
Methods Summary
¶
__init__
Create an interactive interpreter object.
Class API
¶
class
InterpreterAlaCarte
(
Interpreter
)
¶
Demo Interpreter.
Methods
¶
__init__
(
self
,
locals
,
rawin
,
stdin
,
stdout
,
stderr
,
ps1
=
'main
prompt'
,
ps2
=
'continuation
prompt'
)
¶
Create an interactive interpreter object.