Orbits
1
|
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
test | |
example | |
exc_info | |
A DocTest example has encountered an unexpected exception The exception instance has variables: - test: the DocTest object being run - excample: the Example object that failed - exc_info: the exception info
def setuptools.tests.doctest.UnexpectedException.__init__ | ( | self, | |
test, | |||
example, | |||
exc_info | |||
) |
def setuptools.tests.doctest.UnexpectedException.__str__ | ( | self | ) |
setuptools.tests.doctest.UnexpectedException.example |
setuptools.tests.doctest.UnexpectedException.exc_info |
setuptools.tests.doctest.UnexpectedException.test |
Copyright 2014 Google Inc. All rights reserved.