Package madgraph :: Package interface :: Module extended_cmd
[hide private]
[frames] | no frames]

Module extended_cmd

source code

A file containing different extension of the cmd basic python library

Classes [hide private]
  TimeOutError
Class for run-time error
  OriginalCmd
A simple framework for writing line-oriented command interpreters.
  BasicCmd
Simple extension for the readline
  CheckCmd
Extension of the cmd object for only the check command
  HelpCmd
Extension of the cmd object for only the help command
  CompleteCmd
Extension of the cmd object for only the complete command
  Cmd
Extension of the cmd.Cmd command line.
  CmdShell
CMD command with shell activate
  NotValidInput
  SmartQuestion
a class for answering a question with the path autocompletion
  OneLinePathCompletion
a class for answering a question with the path autocompletion
  ControlSwitch
A class for asking a question on which program to run.
  CmdFile
a class for command input file -in order to debug cmd problem
Functions [hide private]
 
debug(debug_only=True) source code
 
smart_input(input_text, allow_arg=[], default=None) source code
 
raw_path_input(input_text, allow_arg=[], default=None) source code
Variables [hide private]
  GNU_SPLITTING = False
  logger = logging.getLogger('cmdprint')
  logger_stderr = logging.getLogger('fatalerror')
  logger_tuto = logging.getLogger('tutorial')
  logger_plugin = logging.getLogger('tutorial_plugin')
  MADEVENT = False
  PROMPT = '(Cmd) '
  IDENTCHARS = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV...
  __package__ = 'madgraph.interface'
Variables Details [hide private]

IDENTCHARS

Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'