Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dbdb.py117 if self.stoplineno == -1:
119 return frame.f_lineno >= self.stoplineno
176 def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): argument
182 self.stoplineno = stoplineno