Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcmd.py137 line = self.precmd(line)
150 def precmd(self, line): member in Cmd
Dpdb.py389 def precmd(self, line): member in Pdb
/third_party/python/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):
/third_party/jerryscript/jerry-debugger/
Djerry_client.py42 def precmd(self, line): member in DebuggerPrompt