gcmotion.get_size#
- gcmotion.get_size(obj: object) None#
Recursively finds size of objects and prints the result.
All of the code is gracefully borrowed from Wissam Jarjoui from https://goshippo.com/blog/measure-real-size-any-python-object.
- Parameters:
- objectobject
The object to find the size of.