Add link to a sample solution to a common problem.

This commit is contained in:
Raymond Hettinger 2010-12-17 23:31:30 +00:00
parent c5895dcc15
commit c539a2a88e
1 changed files with 3 additions and 0 deletions

View File

@ -415,6 +415,9 @@ always available.
additional garbage collector overhead if the object is managed by the garbage
collector.
See `recursive sizeof recipe <http://code.activestate.com/recipes/577504>`_
for an example of using :func:`getsizeof` recursively to find the size of
containers and all their contents.
.. function:: getswitchinterval()