Searched refs:returnframe (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | bdb.py | 85 if self.stop_here(frame) or frame == self.returnframe: 176 def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): argument 178 self.returnframe = returnframe 240 self.returnframe = None
|
/external/python/cpython3/Lib/ |
D | bdb.py | 145 if self.stop_here(frame) or frame == self.returnframe: 271 def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): argument 279 self.returnframe = returnframe 355 self.returnframe = None
|
/external/python/cpython2/Doc/library/ |
D | bdb.rst | 96 Set the :attr:`botframe`, :attr:`stopframe`, :attr:`returnframe` and
|
/external/python/cpython3/Doc/library/ |
D | bdb.rst | 104 Set the :attr:`botframe`, :attr:`stopframe`, :attr:`returnframe` and
|