OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stoplineno
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py
117
if self.
stoplineno
== -1:
119
return frame.f_lineno >= self.
stoplineno
176
def _set_stopinfo(self, stopframe, returnframe,
stoplineno
=0):
180
#
stoplineno
>= 0 means: stop at line >= the
stoplineno
181
#
stoplineno
-1 means: don't stop at all
182
self.
stoplineno
=
stoplineno
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py
117
if self.
stoplineno
== -1:
119
return frame.f_lineno >= self.
stoplineno
176
def _set_stopinfo(self, stopframe, returnframe,
stoplineno
=0):
180
#
stoplineno
>= 0 means: stop at line >= the
stoplineno
181
#
stoplineno
-1 means: don't stop at all
182
self.
stoplineno
=
stoplineno
Completed in 46 milliseconds