OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopframe
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py
111
# (CT)
stopframe
may now also be None, see dispatch_call.
116
if frame is self.
stopframe
:
120
while frame is not None and frame is not self.
stopframe
:
176
def _set_stopinfo(self,
stopframe
, returnframe, stoplineno=0):
177
self.
stopframe
=
stopframe
239
self.
stopframe
= self.botframe
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py
111
# (CT)
stopframe
may now also be None, see dispatch_call.
116
if frame is self.
stopframe
:
120
while frame is not None and frame is not self.
stopframe
:
176
def _set_stopinfo(self,
stopframe
, returnframe, stoplineno=0):
177
self.
stopframe
=
stopframe
239
self.
stopframe
= self.botframe
Completed in 86 milliseconds