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

Calls 1

propertyClass · 0.85

Tested by 1

test_supersMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…