Searched refs:precmd (Results 1 – 4 of 4) sorted by relevance
137 line = self.precmd(line)150 def precmd(self, line): member in Cmd
389 def precmd(self, line): member in Pdb
99 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The124 .. 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 to302 def precmd(self, line):
42 def precmd(self, line): member in DebuggerPrompt