patch.dict(in_dict, values=(), clear=False, **kwargs) Patch a dictionary, or dictionary like object, and restore the dictionary
_get_child_mock(**kw) Create the child mocks for attributes and return value. By default child mocks will be the same type as
test.support.import_module(name, deprecated=False) This function imports and returns the named module. Unlike a normal import
class doctest.DocTestParser A processing class used to extract interactive examples from a string, and use them to create a
class typing.Union Union type; Union[X, Y] means either X or Y. To define a union
class typing.MutableMapping(Mapping[KT, VT]) A generic version of
typing.get_type_hints(obj) Return type hints for a function or method object. This is often
test.support.import_fresh_module(name, fresh=(), blocked=(), deprecated=False) This function imports and returns a fresh copy
assertSequenceEqual(first, second, msg=None, seq_type=None) Tests that two sequences are equal. If a seq_type is supplied
@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.
Page 1 of 28