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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 87 _trace_hook = None variable
106 global _trace_hook
107 _trace_hook = func
800 if _trace_hook:
802 _sys.settrace(_trace_hook)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 87 _trace_hook = None variable
106 global _trace_hook
107 _trace_hook = func
800 if _trace_hook:
802 _sys.settrace(_trace_hook)
    [all...]

Completed in 125 milliseconds