Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ T
Class
T
recipes/Python/544288_Size_of_Python_objects/recipe-544288.py:487–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
485
__slots__ = (
'a'
,
'b'
)
486
487
class
T:
488
__slots__ = (
'a'
,
'b'
)
489
def
__init__(self):
490
self.a = self.b = 0
491
492
_print(
''
)
493
_print(
'asizeof(%s, deep=%s, code=%s)'
,
'<non-callable>'
,
'0/MAX'
,
'False/True'
)
Callers
1
recipe-544288.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected