Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ S
Class
S
recipes/Python/544288_Size_of_Python_objects/recipe-544288.py:484–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
_attr2 = a2
483
484
class
S:
485
__slots__ = (
'a'
,
'b'
)
486
487
class
T:
488
__slots__ = (
'a'
,
'b'
)
Callers
1
recipe-544288.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected