Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C
Class
C
Lib/test/test_capi/test_misc.py:554–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
def
test_sublclassing_managed_dict(self):
553
554
class
C(_testcapi.HeapCTypeWithManagedDict):
555
pass
556
557
i = C()
558
i.spam = i
Callers
5
test_sublclassing_managed_dict
Method · 0.70
test_sublclassing_managed_weakref
Method · 0.70
test_clear_managed_dict
Method · 0.70
callback
Method · 0.70
func
Method · 0.70
Calls
no outgoing calls
Tested by
5
test_sublclassing_managed_dict
Method · 0.56
test_sublclassing_managed_weakref
Method · 0.56
test_clear_managed_dict
Method · 0.56
callback
Method · 0.56
func
Method · 0.56