testtools.matchers._basic.NotAnInstance(Mismatch)
class documentationtesttools.matchers._basic
(View In Hierarchy)
Method | __init__ | Create a NotAnInstance Mismatch. |
Method | describe | Describe the mismatch. |
Inherited from Mismatch:
Method | get_details | Get extra details about the mismatch. |
Method | __repr__ | Undocumented |
Parameters | matchee | the thing which is not an instance of any of types. |
types | A tuple of the types which were expected. |