Enter search terms or a module, class or function name.
Bases: object
Unit of testable functionality as a class Tested documentation: >>> a=Answer(6) >>> a.retrieve() 42
Unit of testable functionality as an iterator Tested documentation: >>> fib=Fibonacci(6,7) >>> fib.next() 13