Searched refs:onecmd (Results 1 – 4 of 4) sorted by relevance
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)414 def onecmd(self, line): member in Pdb422 return cmd.Cmd.onecmd(self, line)
14 def onecmd(self, cmd): member in LavfiCmd
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