Add link to a sample solution to a common problem.
This commit is contained in:
parent
c5895dcc15
commit
c539a2a88e
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue