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

Method __call__

Lib/test/audit-tests.py:519–521  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected