Archives for the Date February 20th, 2008

Learning Python: Chapter 14

Docstrings are available at runtime via the __doc__ attribute.
The reference count of any object is available via sys.getrefcount(object).