Public Member Functions | |
def | __init__ |
def | keyPress |
def | raw_input |
![]() | |
def | __init__ |
def | changeLine |
def | getCurrentLine |
def | showPrompt |
def | showReturned |
def | write |
![]() | |
def | __init__ |
def | complete |
def | execute |
def | historyBack |
def | historyForward |
def | shell |
def | updateNamespace |
Public Attributes | |
cout | |
history_pos | |
interrupt | |
![]() | |
color_pat | |
last_cursor_pos | |
line_start | |
mark | |
text_buffer | |
![]() | |
complete_sep | |
history_level | |
IP | |
iter_more | |
prompt | |
term | |
Private Member Functions | |
def | _processLine |
Definition at line 245 of file ipython_view.py.
def visualizer.ipython_view.IPythonView.__init__ | ( | self | ) |
Definition at line 246 of file ipython_view.py.
|
private |
Definition at line 290 of file ipython_view.py.
Referenced by visualizer.ipython_view.IPythonView.keyPress().
def visualizer.ipython_view.IPythonView.keyPress | ( | self, | |
widget, | |||
event | |||
) |
Definition at line 263 of file ipython_view.py.
References visualizer.ipython_view.IPythonView._processLine(), visualizer.ipython_view.ConsoleView.changeLine(), visualizer.ipython_view.IterableIPShell.complete(), visualizer.ipython_view.ConsoleView.getCurrentLine(), visualizer.ipython_view.IterableIPShell.historyBack(), visualizer.ipython_view.IterableIPShell.historyForward(), visualizer.ipython_view.IPythonView.interrupt, visualizer.ipython_view.IterableIPShell.prompt, visualizer.ipython_view.ConsoleView.showPrompt(), check-style.PatchChunkLine.write(), visualizer.ipython_view.ConsoleView.write(), check-style.PatchChunk.write(), and check-style.Patch.write().
def visualizer.ipython_view.IPythonView.raw_input | ( | self, | |
prompt = '' |
|||
) |
Definition at line 257 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.getCurrentLine(), and visualizer.ipython_view.IPythonView.interrupt.
visualizer.ipython_view.IPythonView.cout |
Definition at line 248 of file ipython_view.py.
visualizer.ipython_view.IPythonView.history_pos |
Definition at line 291 of file ipython_view.py.
visualizer.ipython_view.IPythonView.interrupt |
Definition at line 255 of file ipython_view.py.
Referenced by visualizer.ipython_view.IPythonView.keyPress(), and visualizer.ipython_view.IPythonView.raw_input().