Functions | |
def | interactive_inspect_mode |
def | save_history |
Variables | |
tuple | historyPath = os.path.expanduser("~/.pyhistory") |
Load and save command line history when ## running interactively. |
def interactivePythonTest::interactive_inspect_mode | ( | ) |
Definition at line 9 of file interactivePythonTest.py.
def interactivePythonTest::save_history | ( | historyPath = historyPath | ) |
Definition at line 25 of file interactivePythonTest.py.
tuple interactivePythonTest::historyPath = os.path.expanduser("~/.pyhistory") |
Load and save command line history when ## running interactively.
##
Definition at line 22 of file interactivePythonTest.py.