Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcmd.py141 line = self.precmd(line)
154 def precmd(self, line): member in Cmd
Dpdb.py246 def precmd(self, line): member in Pdb
/external/python/cpython3/Lib/
Dcmd.py137 line = self.precmd(line)
150 def precmd(self, line): member in Cmd
Dpdb.py385 def precmd(self, line): member in Pdb
/external/python/cpython3/Doc/library/
Dcmd.rst99 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The
124 .. method:: Cmd.precmd(line)
130 :meth:`precmd` implementation may re-write the command or simply return *line*
240 the :meth:`~Cmd.precmd` method which is responsible for converting the input to
302 def precmd(self, line):
/external/python/cpython2/Doc/library/
Dcmd.rst97 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The
122 .. method:: Cmd.precmd(line)
128 :meth:`precmd` implementation may re-write the command or simply return *line*
/external/python/apitools/apitools/base/py/
Dapp2.py264 def precmd(self, line): member in CommandLoop