Home | History | Annotate | Download | only in python

Lines Matching defs:Error

69 class Error(AssertionError):
75 class ExpectedMethodCallsError(Error):
93 Error.__init__(self)
102 class UnexpectedMethodCallError(Error):
121 Error.__init__(self)
130 class UnknownMethodCallError(Error):
142 Error.__init__(self)
821 # Check raw types if there was a type error. This is helpful for