Searched refs:_trace_hook (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | threading.py | 56 _trace_hook = None variable 79 global _trace_hook 80 _trace_hook = func 84 return _trace_hook 1032 if _trace_hook: 1033 _sys.settrace(_trace_hook) |
Completed in 2 milliseconds