Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ DDsub
Class
DDsub
Lib/test/test_descr.py:2743–2745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2741
x = property(getx)
2742
2743
class
DDsub(DDbase):
2744
def
getx(self):
return
"hello"
2745
x = property(getx)
2746
2747
dd = DDsub()
2748
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