Inheritance diagram for visualizer.ipython_view.ConsoleView:
Collaboration diagram for visualizer.ipython_view.ConsoleView:Public Member Functions | |
| def | __init__ |
| def | changeLine |
| def | getCurrentLine |
| def | showPrompt |
| def | showReturned |
| def | write |
Public Attributes | |
| color_pat | |
| last_cursor_pos | |
| line_start | |
| mark | |
| text_buffer | |
Private Member Functions | |
| def | _onKeypress |
Definition at line 152 of file ipython_view.py.
| def visualizer.ipython_view.ConsoleView.__init__ | ( | self | ) |
Definition at line 153 of file ipython_view.py.
|
private |
Definition at line 225 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.line_start.
| def visualizer.ipython_view.ConsoleView.changeLine | ( | self, | |
| text | |||
| ) |
Definition at line 201 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.line_start, check-style.PatchChunkLine.write(), visualizer.ipython_view.ConsoleView.write(), check-style.PatchChunk.write(), and check-style.Patch.write().
Referenced by visualizer.ipython_view.IPythonView.keyPress().
Here is the call graph for this function:
Here is the caller graph for this function:| def visualizer.ipython_view.ConsoleView.getCurrentLine | ( | self | ) |
Definition at line 207 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.line_start.
Referenced by visualizer.ipython_view.IPythonView.keyPress(), and visualizer.ipython_view.IPythonView.raw_input().
Here is the caller graph for this function:| def visualizer.ipython_view.ConsoleView.showPrompt | ( | self, | |
| prompt | |||
| ) |
Definition at line 197 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.line_start, check-style.PatchChunkLine.write(), visualizer.ipython_view.ConsoleView.write(), check-style.PatchChunk.write(), and check-style.Patch.write().
Referenced by visualizer.ipython_view.IPythonView.keyPress(), and visualizer.ipython_view.ConsoleView.showReturned().
Here is the call graph for this function:
Here is the caller graph for this function:| def visualizer.ipython_view.ConsoleView.showReturned | ( | self, | |
| text | |||
| ) |
Definition at line 212 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.line_start, 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().
Here is the call graph for this function:| def visualizer.ipython_view.ConsoleView.write | ( | self, | |
| text, | |||
editable = False |
|||
| ) |
Definition at line 175 of file ipython_view.py.
References visualizer.ipython_view.ConsoleView.mark.
Referenced by visualizer.ipython_view.ConsoleView.changeLine(), visualizer.ipython_view.IPythonView.keyPress(), visualizer.ipython_view.ConsoleView.showPrompt(), and visualizer.ipython_view.ConsoleView.showReturned().
Here is the caller graph for this function:| visualizer.ipython_view.ConsoleView.color_pat |
Definition at line 167 of file ipython_view.py.
| visualizer.ipython_view.ConsoleView.last_cursor_pos |
Definition at line 173 of file ipython_view.py.
| visualizer.ipython_view.ConsoleView.line_start |
Definition at line 168 of file ipython_view.py.
Referenced by visualizer.ipython_view.ConsoleView._onKeypress(), visualizer.ipython_view.ConsoleView.changeLine(), visualizer.ipython_view.ConsoleView.getCurrentLine(), visualizer.ipython_view.ConsoleView.showPrompt(), and visualizer.ipython_view.ConsoleView.showReturned().
| visualizer.ipython_view.ConsoleView.mark |
Definition at line 158 of file ipython_view.py.
Referenced by visualizer.ipython_view.ConsoleView.write().
| visualizer.ipython_view.ConsoleView.text_buffer |
Definition at line 157 of file ipython_view.py.