MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578447.py

File recipe-578447.py

recipes/Python/578447_Attempt_estimate_size/recipe-578447.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sys import getsizeof
2import types
3from inspect import getmembers
4from collections import (deque, defaultdict, Counter,

Callers

nothing calls this directly

Calls 2

discardMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected