Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_callback
Method · 0.45
test_exit_exception_traceback
Method · 0.45
test_exit_exception_chaining
Method · 0.45
test_exit_exception_non_suppressing
Method · 0.45
test_exit_exception_with_existing_context
Method · 0.45
test_excessive_nesting
Method · 0.45
_get_writer
Function · 0.45
insert
Method · 0.45
delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected