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

Class CompleteCmd

source code

object --+
         |
        CompleteCmd
Known Subclasses:

Extension of the cmd object for only the complete command

Instance Methods [hide private]
 
complete_display(self, text, line, begidx, endidx) source code
 
complete_history(self, text, line, begidx, endidx)
Complete the history command
source code
 
complete_save(self, text, line, begidx, endidx)
Complete the save command
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__