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

  /external/python/cpython2/Lib/
threading.py 88 _trace_hook = None variable
107 global _trace_hook
108 _trace_hook = func
793 if _trace_hook:
795 _sys.settrace(_trace_hook)
    [all...]
  /external/python/cpython3/Lib/
threading.py 49 _trace_hook = None variable
68 global _trace_hook
69 _trace_hook = func
911 if _trace_hook:
912 _sys.settrace(_trace_hook)
    [all...]

Completed in 313 milliseconds