ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
class | python.Interactive.ShellEscapes |
LazyPython based hook for shell commands ====================================. More... | |
Namespaces | |
python.Interactive | |
Functions | |
def | python.Interactive.configureInteractivePrompt (completionDict=None) |
Variables | |
list | python.Interactive._shellCommands = [ 'echo', 'emacs', 'env', 'ls', 'less', 'more', 'pico', 'vi' ] |
list | python.Interactive._unacceptable = [ 'false', 'true', 'sys' ] |
string | python.Interactive._NAME = 'name' |
python.Interactive._NAMEREX = re.compile( r"named? '?(?P<%s>[\w\d]+)'?" % _NAME ) | |