Searched refs:cmdloop (Results 1 – 8 of 8) sorted by relevance
197 cmd.cmdloop()209 cmd.cmdloop()218 cmd.cmdloop()243 samplecmdclass().cmdloop()
49 .. method:: Cmd.cmdloop([intro])145 Hook method executed once when :meth:`cmdloop` is called. This method is a stub151 Hook method executed once when :meth:`cmdloop` is about to return. This method175 :meth:`cmdloop` when new input is needed; if it is nonempty, its elements182 :meth:`cmdloop` method an argument.212 A flag, defaulting to true. If true, :meth:`cmdloop` uses :func:`raw_input` to
42 self.cmdloop()
179 self.cmdloop()210 self.cmdloop()339 self.cmdloop()
102 def cmdloop(self, intro=None): member in Cmd
700 browser.cmdloop()
458 self.cmdloop()
3230 InspectionShell(reader, heap).cmdloop("type help to get help")