FreeBSD.software
Home/devel/py311-objsize

py311-objsize

0.7.0

Calculate the total size of the object subtree in bytes (deep size)

Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size). This module traverses all child objects using Python's internal GC implementation. It attempts to ignore shared objects (i.e., None, types, modules, classes, functions, lambdas), as they are common among all objects. It is implemented without recursive calls for high performance.

Origin: devel/py-objsize
Category: devel
Size: 88.8KiB
License: BSD3CLAUSE
Maintainer: yuri@FreeBSD.org
Dependencies: 1 packages
Required by: 1 packages
$pkg install py311-objsize

Dependencies (1)

Required By (1 packages)

More in devel