![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, locals=None, filename="<console>", histfile=os.path.join(os.environ["HOME"], historyFile)) | |
| init_history (self, histfile) | |
| save_history (self, histfile) | |
Public Attributes | |
| save_history | |
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 24 of file AtlCoolConsole.py.
| AtlCoolConsole.HistoryConsole.__init__ | ( | self, | |
| locals = None, | |||
| filename = "<console>", | |||
| histfile = os.path.join( os.environ["HOME"], historyFile) ) |
Definition at line 31 of file AtlCoolConsole.py.
| AtlCoolConsole.HistoryConsole.init_history | ( | self, | |
| histfile ) |
Definition at line 38 of file AtlCoolConsole.py.
| AtlCoolConsole.HistoryConsole.save_history | ( | self, | |
| histfile ) |
Definition at line 48 of file AtlCoolConsole.py.
| AtlCoolConsole.HistoryConsole.save_history |
Definition at line 46 of file AtlCoolConsole.py.