Home
last modified time | relevance | path

Searched refs:stopframe (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dbdb.py134 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.stopframe
182 and self.stopframe.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS
209 if frame is self.stopframe:
213 if not self.stopframe:
275 def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): argument
282 self.stopframe = stopframe
358 self.stopframe = self.botframe
/third_party/python/Doc/library/
Dbdb.rst104 Set the :attr:`botframe`, :attr:`stopframe`, :attr:`returnframe` and