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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 28 PyObject *f_trace; /* Trace function */ member in struct:_frame
43 active (i.e. when f_trace is set). At other times we use
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 28 PyObject *f_trace; /* Trace function */ member in struct:_frame
43 active (i.e. when f_trace is set). At other times we use
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
221 frame.f_trace = self.trace_dispatch
235 del frame.f_trace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
221 frame.f_trace = self.trace_dispatch
235 del frame.f_trace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 118 sys._getframe().f_back.f_trace = tracefunc
126 sys._getframe().f_back.f_trace = tracefunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 118 sys._getframe().f_back.f_trace = tracefunc
126 sys._getframe().f_back.f_trace = tracefunc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 243 milliseconds