Searched refs:stopframe (Results 1 – 2 of 2) sorted by relevance
134 if self.stopframe and frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:149 if self.stopframe and frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS:158 if self.stopframe is frame and self.stoplineno != -1:181 elif (self.stopframe and frame is not self.stopframe182 and self.stopframe.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS209 if frame is self.stopframe:213 if not self.stopframe:275 def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): argument282 self.stopframe = stopframe358 self.stopframe = self.botframe
104 Set the :attr:`botframe`, :attr:`stopframe`, :attr:`returnframe` and