![]() |
ATLAS Offline Software
|
LazyPython based hook for shell commands ====================================. More...
Public Member Functions | |
| __init__ (self) | |
| uninstall (self) | |
| __call__ (self, exctype, value, traceb) | |
Protected Attributes | |
| _orig_ehook = sys.excepthook | |
LazyPython based hook for shell commands ====================================.
Provide shell escapes from the prompt by catching name and syntax errors.
Definition at line 18 of file Interactive.py.
| python.Interactive.ShellEscapes.__init__ | ( | self | ) |
Definition at line 21 of file Interactive.py.
| python.Interactive.ShellEscapes.__call__ | ( | self, | |
| exctype, | |||
| value, | |||
| traceb ) |
Definition at line 29 of file Interactive.py.
| python.Interactive.ShellEscapes.uninstall | ( | self | ) |
Definition at line 25 of file Interactive.py.
|
protected |
Definition at line 22 of file Interactive.py.