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