MCPcopy Create free account
hub / github.com/bpython/bpython / Property

Class Property

bpython/test/test_inspection.py:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266class Property:
267 @property
268 def prop(self):
269 raise AssertionError("Property __get__ executed")
270
271
272class Slots:

Callers 1

Calls

no outgoing calls

Tested by 1