MCPcopy 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_finalizeMethod · 0.70
make_finalizersMethod · 0.70

Calls

no outgoing calls

Tested by 2

_test_finalizeMethod · 0.56
make_finalizersMethod · 0.56