MCPcopy 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
272class Slots:
273 __slots__ = ["s1", "s2", "s3"]
274
275
276class SlotsSubclass(Slots):

Callers 1

Calls

no outgoing calls

Tested by 1