Searched refs:onecmd (Results 1 – 6 of 6) sorted by relevance
142 stop = self.onecmd(line)196 def onecmd(self, line): member in Cmd231 return self.onecmd(self.lastcmd)
137 self.onecmd(line)174 self.onecmd(line)271 def onecmd(self, line): member in Pdb279 return cmd.Cmd.onecmd(self, line)
138 stop = self.onecmd(line)192 def onecmd(self, line): member in Cmd227 return self.onecmd(self.lastcmd)
236 if self.onecmd(line):278 self.onecmd(line)415 def onecmd(self, line): member in Pdb423 return cmd.Cmd.onecmd(self, line)
93 .. method:: Cmd.onecmd(str)127 used as the command which will be executed by the :meth:`onecmd` method; the138 return value of the :meth:`onecmd` method. The return value of this method will
95 .. method:: Cmd.onecmd(str)129 used as the command which will be executed by the :meth:`onecmd` method; the140 return value of the :meth:`onecmd` method. The return value of this method will