compat.doctest.DocTestFailure API [rev. unknown]

class DocTestFailure(Exception):

A DocTest example has failed in debugging mode. The exception instance has variables: - test: the DocTest object being run - excample: the Example object that failed - got: the actual output

class attributes and properties:

args: <attribute 'args' of 'exceptions.BaseException' objects>
message: <member 'message' of 'exceptions.BaseException' objects>

methods:

def __init__(self, test, example, got):

*no docstring available*

def __str__(self):

*no docstring available*