Searched refs:postcmd (Results 1 – 9 of 9) sorted by relevance
19 <postcmd>21 </postcmd>
14 <postcmd>16 </postcmd>
26 <postcmd>28 </postcmd>
28 <postcmd>30 </postcmd>
72 This method will return when the :meth:`postcmd` method returns a true value.73 The *stop* argument to :meth:`postcmd` is the return value from the command's97 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The132 .. method:: Cmd.postcmd(stop, line)137 execution will be terminated after the call to :meth:`postcmd`; this will be the
143 stop = self.postcmd(stop, line)161 def postcmd(self, stop, line): member in Cmd
687 def postcmd(self, stop, line): member in ProfileBrowser
101 <postcmd>108 </postcmd>