module documentation

Shared tools for Klein's test suite.

Class EqualityTestsMixin A mixin defining tests for the standard implementation of == and !=.
Function recover Undocumented
Constant _T Undocumented
def recover(d, exc_type): (source)

Undocumented

Parameters
d:Deferred[_T]Undocumented
exc_type:Type[Exception]Undocumented
Returns
Deferred[_T]Undocumented

Undocumented

Value
TypeVar('_T')