ATLAS Offline Software
|
LazyPython based hook for shell commands ====================================. More...
Public Member Functions | |
def | __init__ (self) |
def | uninstall (self) |
def | __call__ (self, exctype, value, traceb) |
Private Attributes | |
_orig_ehook | |
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.
def python.Interactive.ShellEscapes.__init__ | ( | self | ) |
Definition at line 21 of file Interactive.py.
def python.Interactive.ShellEscapes.__call__ | ( | self, | |
exctype, | |||
value, | |||
traceb | |||
) |
Definition at line 29 of file Interactive.py.
def python.Interactive.ShellEscapes.uninstall | ( | self | ) |
Definition at line 25 of file Interactive.py.
|
private |
Definition at line 22 of file Interactive.py.