Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c539a2a

Browse files
committed
Add link to a sample solution to a common problem.
1 parent c5895dc commit c539a2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@ always available.
415415
additional garbage collector overhead if the object is managed by the garbage
416416
collector.
417417

418+
See `recursive sizeof recipe <http://code.activestate.com/recipes/577504>`_
419+
for an example of using :func:`getsizeof` recursively to find the size of
420+
containers and all their contents.
418421

419422
.. function:: getswitchinterval()
420423

0 commit comments

Comments
 (0)