Searched refs:onecmd (Results 1 – 7 of 7) 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)
235 if self.onecmd(line):277 self.onecmd(line)410 def onecmd(self, line): member in Pdb418 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
91 .. method:: Cmd.onecmd(str)125 used as the command which will be executed by the :meth:`onecmd` method; the136 return value of the :meth:`onecmd` method. The return value of this method will
3226 InspectionShell(reader, heap).onecmd(options.command)