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

Class SlotsSubclass

bpython/test/test_inspection.py:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275
276class SlotsSubclass(Slots):
277 @property
278 def s4(self):
279 raise AssertionError("Property __get__ executed")
280
281
282class OverriddenGetattr:

Callers 1

Calls

no outgoing calls

Tested by 1