HomeSort by relevance Sort by last modified time
    Searched refs:caller_frame (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch

Completed in 198 milliseconds