Home
last modified time | relevance | path

Searched refs:cmdloop (Results 1 – 13 of 13) 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.py195 cmd.cmdloop()
207 cmd.cmdloop()
216 cmd.cmdloop()
241 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)
143 Hook method executed once when :meth:`cmdloop` is called. This method is a stub
149 Hook method executed once when :meth:`cmdloop` is about to return. This method
173 :meth:`cmdloop` when new input is needed; if it is nonempty, its elements
180 :meth:`cmdloop` method an argument.
210 A flag, defaulting to true. If true, :meth:`cmdloop` uses :func:`input` to
313 TurtleShell().cmdloop()
/external/autotest/client/cros/cellular/pseudomodem/
Dclient.py42 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()
578 self.cmdloop()
Dpstats.py692 browser.cmdloop()
/external/autotest/client/cros/nfc/
Dconsole.py458 self.cmdloop()
/external/v8/tools/
Dgrokdump.py3230 InspectionShell(reader, heap).cmdloop("type help to get help")