DOCUMENTATION
FURTHER DOCUMENTATION
LINKS
Bases: object
object
A class whose instances equal any object of the given type or tuple of types. For use with mock.Mock.assert_called_with when you don’t care what some of the arguments are
Methods
__init__([types])
__init__