Part 5: Using doctest and docstrings in customized classes
Category: Languages > Python      Posted: 21 Jun 09

In this segment, we continue with our example of subclassing objects from the scipy module and we discuss how to set up and use docstrings and doctests to provide documentation and testing