Searched refs:precmd (Results 1 – 7 of 7) sorted by relevance
141 line = self.precmd(line)154 def precmd(self, line): member in Cmd
246 def precmd(self, line): member in Pdb
137 line = self.precmd(line)150 def precmd(self, line): member in Cmd
385 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):
97 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The122 .. method:: Cmd.precmd(line)128 :meth:`precmd` implementation may re-write the command or simply return *line*
264 def precmd(self, line): member in CommandLoop