ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, locals=None, filename="<console>", histfile=os.path.join(os.environ["HOME"], historyFile)) |
def | init_history (self, histfile) |
def | save_history (self, histfile) |
This class extends InteractiveConsole with command line history. The history can be accessed with the usual CURSOR UP keystroke. It is also stored to a file '%s' in the user's home directory.
Definition at line 25 of file AtlCoolConsole.py.
def AtlCoolConsole.HistoryConsole.__init__ | ( | self, | |
locals = None , |
|||
filename = "<console>" , |
|||
histfile = os.path.join( os.environ["HOME"], historyFile) |
|||
) |
Definition at line 32 of file AtlCoolConsole.py.
def AtlCoolConsole.HistoryConsole.init_history | ( | self, | |
histfile | |||
) |
Definition at line 39 of file AtlCoolConsole.py.
def AtlCoolConsole.HistoryConsole.save_history | ( | self, | |
histfile | |||
) |
Definition at line 49 of file AtlCoolConsole.py.