MCPcopy Create free account
hub / github.com/ActiveState/code / E

Class E

recipes/Python/544288_Size_of_Python_objects/recipe-544288.py:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 _attr2 = None
478
479 class E(D):
480 def __init__(self, a1=1, a2=2):
481 _attr1 = a1
482 _attr2 = a2
483
484 class S:
485 __slots__ = ('a', 'b')

Callers 1

recipe-544288.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected