Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ DDsub
Class
DDsub
Lib/test/test_descr.py:2837–2839 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2835
x = property(getx)
2836
2837
class
DDsub(DDbase):
2838
def
getx(self):
return
"hello"
2839
x = property(getx)
2840
2841
dd = DDsub()
2842
self.assertEqual(dd.x,
"hello"
)
Callers
1
test_supers
Method · 0.85
Calls
1
property
Class · 0.85
Tested by
1
test_supers
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…