Package gui :: Module relax_prompt :: Class InterpClass
[hide private]
[frames] | no frames]

Class InterpClass

source code


Instance Methods [hide private]
 
__init__(self, locals=None, rawin=None, stdin=sys.stderr, stdout=sys.stderr, stderr=sys.stderr, showInterpIntro=True)
Redefine the interpreter.
source code

Inherited from wx.py.interpreter.Interpreter: getAutoCompleteKeys, getAutoCompleteList, getCallTip, push, runModule, runsource

Inherited from code.InteractiveInterpreter: runcode, showsyntaxerror, showtraceback, write

Class Variables [hide private]

Inherited from wx.py.interpreter.Interpreter: revision

Method Details [hide private]

__init__(self, locals=None, rawin=None, stdin=sys.stderr, stdout=sys.stderr, stderr=sys.stderr, showInterpIntro=True)
(Constructor)

source code 

Redefine the interpreter.

Overrides: code.InteractiveInterpreter.__init__