Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ Slots
Class
Slots
bpython/test/test_inspection.py:272–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
271
272
class
Slots:
273
__slots__ = [
"s1"
,
"s2"
,
"s3"
]
274
275
276
class
SlotsSubclass(Slots):
Callers
1
test_lookup_with_slots
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_lookup_with_slots
Method · 0.56