Home
last modified time | relevance | path

Searched refs:cmdloop (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_cmd.py194 cmd.cmdloop()
206 cmd.cmdloop()
215 cmd.cmdloop()
240 samplecmdclass().cmdloop()
/third_party/ffmpeg/tools/
Dzmqshell.py24 LavfiCmd(bind_address).cmdloop('FFmpeg libavfilter interactive shell')
/third_party/python/Doc/library/
Dcmd.rst47 .. method:: Cmd.cmdloop(intro=None)
147 Hook method executed once when :meth:`cmdloop` is called. This method is a stub
153 Hook method executed once when :meth:`cmdloop` is about to return. This method
177 :meth:`cmdloop` when new input is needed; if it is nonempty, its elements
184 :meth:`cmdloop` method an argument.
214 A flag, defaulting to true. If true, :meth:`cmdloop` uses :func:`input` to
317 TurtleShell().cmdloop()
/third_party/python/Lib/
Dcmd.py98 def cmdloop(self, intro=None): member in Cmd
Dpdb.py322 self.cmdloop()
581 self.cmdloop()
Dpstats.py774 browser.cmdloop()
/third_party/jerryscript/jerry-debugger/
Djerry_client.py327 prompt.cmdloop()