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

Class C

Lib/test/test_gc.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 _testcapi = None
27 def with_tp_del(cls):
28 class C(object):
29 def __new__(cls, *args, **kwargs):
30 raise unittest.SkipTest('requires _testcapi.with_tp_del')
31 return C
32 ContainerNoGC = None
33

Callers 9

test_newinstanceMethod · 0.70
make_nestedMethod · 0.70
test_unionMethod · 0.70
test_intersectionMethod · 0.70
create_dataFunction · 0.70
test_bad_stateMethod · 0.70
test_newobj_genericMethod · 0.70
test_newobj_proxiesMethod · 0.70

Calls

no outgoing calls

Tested by 9

test_newinstanceMethod · 0.56
make_nestedMethod · 0.56
test_unionMethod · 0.56
test_intersectionMethod · 0.56
create_dataFunction · 0.56
test_bad_stateMethod · 0.56
test_newobj_genericMethod · 0.56
test_newobj_proxiesMethod · 0.56