Public Member Functions | |
def | __init__ |
def | complete |
def | execute |
def | historyBack |
def | historyForward |
def | shell |
def | updateNamespace |
Public Attributes | |
complete_sep | |
history_level | |
IP | |
iter_more | |
prompt | |
term | |
Private Member Functions | |
def | _commonPrefix |
def | _getHistory |
Definition at line 41 of file ipython_view.py.
def visualizer.ipython_view.IterableIPShell.__init__ | ( | self, | |
argv = None , |
|||
user_ns = None , |
|||
user_global_ns = None , |
|||
cin = None , |
|||
cout = None , |
|||
cerr = None , |
|||
input_func = None |
|||
) |
Definition at line 43 of file ipython_view.py.
|
private |
Definition at line 136 of file ipython_view.py.
Referenced by visualizer.ipython_view.IterableIPShell.complete().
|
private |
Definition at line 115 of file ipython_view.py.
References visualizer.ipython_view.IterableIPShell.history_level.
Referenced by visualizer.ipython_view.IterableIPShell.historyBack(), and visualizer.ipython_view.IterableIPShell.historyForward().
def visualizer.ipython_view.IterableIPShell.complete | ( | self, | |
line | |||
) |
Definition at line 126 of file ipython_view.py.
References visualizer.ipython_view.IterableIPShell._commonPrefix().
Referenced by visualizer.ipython_view.IPythonView.keyPress().
def visualizer.ipython_view.IterableIPShell.execute | ( | self | ) |
Definition at line 75 of file ipython_view.py.
References visualizer.ipython_view.IterableIPShell.history_level, and visualizer.ipython_view.IterableIPShell.iter_more.
def visualizer.ipython_view.IterableIPShell.historyBack | ( | self | ) |
Definition at line 107 of file ipython_view.py.
References visualizer.ipython_view.IterableIPShell._getHistory(), and visualizer.ipython_view.IterableIPShell.history_level.
Referenced by visualizer.ipython_view.IPythonView.keyPress().
def visualizer.ipython_view.IterableIPShell.historyForward | ( | self | ) |
Definition at line 111 of file ipython_view.py.
References visualizer.ipython_view.IterableIPShell._getHistory(), and visualizer.ipython_view.IterableIPShell.history_level.
Referenced by visualizer.ipython_view.IPythonView.keyPress().
def visualizer.ipython_view.IterableIPShell.shell | ( | self, | |
cmd, | |||
verbose = 0 , |
|||
debug = 0 , |
|||
header = '' |
|||
) |
Definition at line 142 of file ipython_view.py.
def visualizer.ipython_view.IterableIPShell.updateNamespace | ( | self, | |
ns_dict | |||
) |
Definition at line 123 of file ipython_view.py.
visualizer.ipython_view.IterableIPShell.complete_sep |
Definition at line 73 of file ipython_view.py.
visualizer.ipython_view.IterableIPShell.history_level |
visualizer.ipython_view.IterableIPShell.IP |
Definition at line 63 of file ipython_view.py.
visualizer.ipython_view.IterableIPShell.iter_more |
Definition at line 71 of file ipython_view.py.
Referenced by visualizer.ipython_view.IterableIPShell.execute().
visualizer.ipython_view.IterableIPShell.prompt |
Definition at line 100 of file ipython_view.py.
Referenced by visualizer.ipython_view.IPythonView.keyPress(), and visualizer.ipython_view.ConsoleView.showReturned().
visualizer.ipython_view.IterableIPShell.term |
Definition at line 60 of file ipython_view.py.