Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Foo
Class
Foo
Lib/test/_test_multiprocessing.py:5074–5075 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5072
@classmethod
5073
def
_test_finalize(cls, conn):
5074
class
Foo(object):
5075
pass
5076
5077
a = Foo()
5078
util.Finalize(a, conn.send, args=(
'a'
,))
Callers
2
_test_finalize
Method · 0.70
make_finalizers
Method · 0.70
Calls
no outgoing calls
Tested by
2
_test_finalize
Method · 0.56
make_finalizers
Method · 0.56