ATLAS Offline Software
Loading...
Searching...
No Matches
Interactive.py File Reference

Go to the source code of this file.

Classes

class  python.Interactive.ShellEscapes
 LazyPython based hook for shell commands ====================================. More...

Namespaces

namespace  python
namespace  python.Interactive

Functions

 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' ]
str python.Interactive._NAME = 'name'
 python.Interactive._NAMEREX = re.compile( r"named? '?(?P<%s>[\w\d]+)'?" % _NAME )