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: <attribute 'message' of 'exceptions.BaseException' objects>
methods:
def __init__(self, test, example, got):
*no docstring available*
arguments:
- self: <UNKNOWN>
- test: <UNKNOWN>
- example: <UNKNOWN>
- got: <UNKNOWN>
return value:
<UNKNOWN>
def __str__(self):
*no docstring available*
arguments:
return value:
<UNKNOWN>