Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_newinstance
Method · 0.70
make_nested
Method · 0.70
test_union
Method · 0.70
test_intersection
Method · 0.70
create_data
Function · 0.70
test_bad_state
Method · 0.70
test_newobj_generic
Method · 0.70
test_newobj_proxies
Method · 0.70
test_attribute_name_interning
Method · 0.70
Calls
no outgoing calls
Tested by
9
test_newinstance
Method · 0.56
make_nested
Method · 0.56
test_union
Method · 0.56
test_intersection
Method · 0.56
create_data
Function · 0.56
test_bad_state
Method · 0.56
test_newobj_generic
Method · 0.56
test_newobj_proxies
Method · 0.56
test_attribute_name_interning
Method · 0.56