MCPcopy Index your code
hub / github.com/python/cpython / test_func

Class test_func

Lib/test/audit-tests.py:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 lock.acquire()
516
517 class test_func:
518 def __repr__(self): return "<test_func>"
519 def __call__(self):
520 sys.audit("test.test_func")
521 lock.release()
522
523 i = _thread.start_new_thread(test_func(), ())
524 lock.acquire()

Callers 11

test_threadingFunction · 0.70
wrapperMethod · 0.70
test_wrapperMethod · 0.70
__eq__Method · 0.70
test_need_for_rlockMethod · 0.70
test_for_loopMethod · 0.70
clientRunMethod · 0.70
wrapperFunction · 0.70
__idents_matchingMethod · 0.50

Calls

no outgoing calls

Tested by 10

test_threadingFunction · 0.56
wrapperMethod · 0.56
test_wrapperMethod · 0.56
__eq__Method · 0.56
test_need_for_rlockMethod · 0.56
test_for_loopMethod · 0.56
clientRunMethod · 0.56
wrapperFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…