MCPcopy 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_supersMethod · 0.85

Calls 1

propertyClass · 0.85

Tested by 1

test_supersMethod · 0.68