Inherits from
- Shell: wx.py.shell.Shell
Method summary
- __init__(self, parent, id = -Const(1), pos = wx.DefaultPosition, size = wx.DefaultSize, style = wx.CLIP_CHILDREN, introText = '', locals = None, InterpClass = None, *args, **kwds)
- Destroy(self)
- hidden_push(self, command)
- push(self, command)
Methods
- __init__(self, parent, id = -Const(1), pos = wx.DefaultPosition, size = wx.DefaultSize, style = wx.CLIP_CHILDREN, introText = '', locals = None, InterpClass = None, *args, **kwds)
- Destroy(self)
Cleanup before destroying the control...namely, return std I/O and the raw_input() function back to their rightful owners!
- push(self, command)
Send command to the interpreter for execution.