total_size# caput.util.objecttools.total_size(obj: Any) → int[source]# Return the approximate memory used by an object and anything it references. Parameters: objAnyAny object Returns: size_in_bytesintApproximate memory size in bytes of the object and anything it references.