Home
last modified time | relevance | path

Searched refs:use_rawinput (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dcmd.py74 use_rawinput = 1 variable in Cmd
106 if self.use_rawinput and self.completekey:
124 if self.use_rawinput:
142 if self.use_rawinput and self.completekey:
Dpdb.py148 self.use_rawinput = 0
Ddoctest.py366 self.use_rawinput = 1
/third_party/python/Lib/test/
Dtest_cmd.py193 cmd.use_rawinput = False
205 cmd.use_rawinput = False
/third_party/python/Doc/library/
Dcmd.rst35 :attr:`use_rawinput` attribute to ``False``, otherwise *stdin* will be
212 .. attribute:: Cmd.use_rawinput