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
  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
  SmartQuestion
a class for answering a question with the path autocompletion
  OneLinePathCompletion
a class for answering a question with the path autocompletion
  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 = True
  logger = logging.getLogger('cmdprint')
  logger_stderr = logging.getLogger('fatalerror')
  MADEVENT = False
  __package__ = 'madgraph.interface'