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

Method callback

Lib/test/test_gc.py:665–666  ·  view source on GitHub ↗
(ignored)

Source from the content-addressed store, hash-verified

663
664 ouch = []
665 def callback(ignored):
666 ouch[:] = [wr() for wr in WRs]
667
668 Cs = [C1055820(i) for i in range(2)]
669 WRs = [weakref.ref(c, callback) for c in Cs]

Callers 9

test_callbackMethod · 0.45
_get_writerFunction · 0.45
insertMethod · 0.45
deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected