Revision 2 as of 2004-05-11 13:56:51

Clear message

[:../:Python Library Reference]

Miscellaneous Services

5.1 [:/PydocModule:pydoc] -- Documentation generator and online help system

5.2 [:/DocTestModule:doctest] -- Test docstrings represent reality

5.3 unittest -- Unit testing framework 5.3.1 Basic example 5.3.2 Organizing test code 5.3.3 Re-using old test code 5.3.4 Classes and functions 5.3.5 TestCase Objects 5.3.6 TestSuite Objects 5.3.7 TestResult Objects 5.3.8 TestLoader Objects 5.4 test -- Regression tests package for Python 5.4.1 Writing Unit Tests for the test package 5.4.2 Running tests Using test.regrtest 5.5 test.test_support -- Utility functions for tests 5.6 math -- Mathematical functions 5.7 cmath -- Mathematical functions for complex numbers 5.8 random -- Generate pseudo-random numbers 5.9 whrandom -- Pseudo-random number generator 5.10 bisect -- Array bisection algorithm 5.10.1 Examples 5.11 heapq -- Heap queue algorithm 5.11.1 Theory 5.12 array -- Efficient arrays of numeric values 5.13 sets -- Unordered collections of unique elements 5.13.1 Set Objects 5.13.2 Example 5.13.3 Protocol for automatic conversion to immutable 5.14 itertools -- Functions creating iterators for efficient looping 5.14.1 Itertool functions 5.14.2 Examples 5.15 ConfigParser -- Configuration file parser 5.15.1 RawConfigParser Objects 5.15.2 ConfigParser Objects 5.16 fileinput -- Iterate over lines from multiple input streams 5.17 xreadlines -- Efficient iteration over a file 5.18 calendar -- General calendar-related functions 5.19 cmd -- Support for line-oriented command interpreters 5.19.1 Cmd Objects 5.20 shlex -- Simple lexical analysis 5.20.1 Module Contents 5.20.2 shlex Objects 5.20.3 Parsing Rules

Unable to edit the page? See the FrontPage for instructions.