Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
class
SlotsSubclass(Slots):
277
@property
278
def
s4(self):
279
raise
AssertionError(
"Property __get__ executed"
)
280
281
282
class
OverriddenGetattr:
Callers
1
test_lookup_on_slots_classes
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_lookup_on_slots_classes
Method · 0.68