Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_threading.py736 def noop_trace(frame, event, arg): function
738 return noop_trace
751 sys.settrace(noop_trace)
754 threading.settrace(noop_trace)
/external/python/cpython3/Lib/test/
Dtest_threading.py629 def noop_trace(frame, event, arg): function
631 return noop_trace
644 sys.settrace(noop_trace)
647 threading.settrace(noop_trace)