Package autodesk_toxik :: Package utils :: Module utils :: Class Cmd
[frames] | no frames]

Class Cmd

cmd.Cmd --+    
          |    
     CmdFix --+
              |
             Cmd

Nested Classes
  ShellErr
Shell error command.
Instance Methods
 
onecmd(self, line)
Make sure that even if we do bugs in our functions, we don't exit the shell, since we sometimes use dynamic code to develop and debug.

Inherited from CmdFix: do_help, parseLine

Inherited from cmd.Cmd: __init__, cmdloop, columnize, complete, complete_help, completedefault, completenames, default, emptyline, get_names, parseline, postcmd, postloop, precmd, preloop, print_topics

Class Variables

Inherited from cmd.Cmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, prompt, ruler, undoc_header, use_rawinput

Method Details

onecmd(self, line)

 

Make sure that even if we do bugs in our functions, we don't exit the shell, since we sometimes use dynamic code to develop and debug.

Parameters:
  • line (str)
Overrides: cmd.Cmd.onecmd