Commit f5f9ec85 authored by Raymond Hettinger's avatar Raymond Hettinger

Add link to a sample solution to a common problem.

parent 51e4a118
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment