Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_cmd.py197 cmd.cmdloop()
209 cmd.cmdloop()
218 cmd.cmdloop()
243 samplecmdclass().cmdloop()
/external/python/cpython3/Lib/test/
Dtest_cmd.py194 cmd.cmdloop()
206 cmd.cmdloop()
215 cmd.cmdloop()
240 samplecmdclass().cmdloop()
/external/python/cpython2/Doc/library/
Dcmd.rst49 .. method:: Cmd.cmdloop([intro])
145 Hook method executed once when :meth:`cmdloop` is called. This method is a stub
151 Hook method executed once when :meth:`cmdloop` is about to return. This method
175 :meth:`cmdloop` when new input is needed; if it is nonempty, its elements
182 :meth:`cmdloop` method an argument.
212 A flag, defaulting to true. If true, :meth:`cmdloop` uses :func:`raw_input` to
/external/python/cpython3/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()
/external/autotest/client/cros/cellular/pseudomodem/
Dclient.py43 self.cmdloop()
/external/python/cpython2/Lib/
Dpdb.py179 self.cmdloop()
210 self.cmdloop()
339 self.cmdloop()
Dcmd.py102 def cmdloop(self, intro=None): member in Cmd
Dpstats.py700 browser.cmdloop()
/external/python/cpython3/Lib/
Dcmd.py98 def cmdloop(self, intro=None): member in Cmd
Dpdb.py321 self.cmdloop()
581 self.cmdloop()
Dpstats.py721 browser.cmdloop()
/external/autotest/client/cros/nfc/
Dconsole.py458 self.cmdloop()