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).

Leave a Reply