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

Method callback

Lib/test/test_capi/test_misc.py:2587–2588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2585 idents = []
2586
2587 def callback():
2588 idents.append(threading.get_ident())
2589
2590 _testcapi._test_thread_state(callback)
2591 a = b = callback

Callers

nothing calls this directly

Calls 2

CClass · 0.70
appendMethod · 0.45

Tested by

no test coverage detected