Home
last modified time | relevance | path

Searched refs:onecmd (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dcmd.py138 stop = self.onecmd(line)
192 def onecmd(self, line): member in Cmd
227 return self.onecmd(self.lastcmd)
Dpdb.py236 if self.onecmd(line):
278 self.onecmd(line)
414 def onecmd(self, line): member in Pdb
422 return cmd.Cmd.onecmd(self, line)
/third_party/ffmpeg/tools/
Dzmqshell.py14 def onecmd(self, cmd): member in LavfiCmd
/third_party/python/Doc/library/
Dcmd.rst95 .. method:: Cmd.onecmd(str)
129 used as the command which will be executed by the :meth:`onecmd` method; the
140 return value of the :meth:`onecmd` method. The return value of this method will