Searched refs:postcmd (Results 1 – 10 of 10) sorted by relevance
19 <postcmd>21 </postcmd>
15 <postcmd>17 </postcmd>
20 <postcmd>22 </postcmd>
27 <postcmd>29 </postcmd>
29 <postcmd>31 </postcmd>
74 This method will return when the :meth:`postcmd` method returns a true value.75 The *stop* argument to :meth:`postcmd` is the return value from the command's99 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The134 .. method:: Cmd.postcmd(stop, line)139 execution will be terminated after the call to :meth:`postcmd`; this will be the
139 stop = self.postcmd(stop, line)157 def postcmd(self, stop, line): member in Cmd
760 def postcmd(self, stop, line): member in ProfileBrowser
48 def postcmd(self, stop, line): member in DebuggerPrompt