Searched refs:onecmd (Results 1 – 8 of 8) sorted by relevance
138 stop = self.onecmd(line)192 def onecmd(self, line): member in Cmd227 return self.onecmd(self.lastcmd)
235 if self.onecmd(line):277 self.onecmd(line)410 def onecmd(self, line): member in Pdb418 return cmd.Cmd.onecmd(self, line)
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)
275 def onecmd(self, line): member in CommandLoop289 self._last_return_code = 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
3900 InspectionShell(reader, heap).onecmd(options.command)