HomeSort by relevance Sort by last modified time
    Searched defs:settrace (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/
threading.py 33 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
100 def settrace(func): function
103 The func will be passed to sys.settrace() for each thread, before its run()
795 _sys.settrace(_trace_hook)
    [all...]
  /external/python/cpython3/Lib/
threading.py 29 'setprofile', 'settrace', 'local', 'stack_size']
60 def settrace(func): function
63 The func will be passed to sys.settrace() for each thread, before its run()
911 _sys.settrace(_trace_hook)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
99 def settrace(func): function
102 The func will be passed to sys.settrace() for each thread, before its run()
802 _sys.settrace(_trace_hook)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
99 def settrace(func): function
102 The func will be passed to sys.settrace() for each thread, before its run()
802 _sys.settrace(_trace_hook)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
99 def settrace(func): function
102 The func will be passed to sys.settrace() for each thread, before its run()
802 _sys.settrace(_trace_hook)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
99 def settrace(func): function
102 The func will be passed to sys.settrace() for each thread, before its run()
802 _sys.settrace(_trace_hook)
    [all...]

Completed in 331 milliseconds