Home
last modified time | relevance | path

Searched refs:_trace_hook (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dthreading.py56 _trace_hook = None variable
79 global _trace_hook
80 _trace_hook = func
84 return _trace_hook
1003 if _trace_hook:
1004 _sys.settrace(_trace_hook)