Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Cdict
Class
Cdict
Lib/test/test_descr.py:1037–1038 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1035
self.assertNotHasAttr(object(),
"__dict__"
)
1036
1037
class
Cdict(object):
1038
pass
1039
x = Cdict()
1040
self.assertEqual(x.__dict__, {})
1041
x.foo = 1
Callers
1
test_object_class
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_object_class
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…