Skip to content
Snippets Groups Projects
Commit 0b0ab9f3 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

doc fix

parent d1a64d1a
No related branches found
No related tags found
No related merge requests found
__version__ = '2.17.20a1'
__version__ = '2.17.20a2'
......@@ -5,7 +5,7 @@ import sys
# https://goshippo.com/blog/measure-real-size-any-python-object/
def get_size(obj, seen=None) -> int:
"""
Recursively finds size of objects
Recursively finds the total size of an object (object + it's components).
:param obj: object to measure
:return: size in bytes of the object and all of it's subcomponents
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment