doctest.DocTestParser

class doctest.DocTestParser A processing class used to extract interactive examples from a string, and use them to create a

2016-10-07 17:32:09
doctest.DebugRunner

class doctest.DebugRunner(checker=None, verbose=None, optionflags=0) A subclass of DocTestRunner that raises an

2016-10-07 17:32:05
typing.MappingView

class typing.MappingView(Sized, Iterable[T_co]) A generic version of

2016-10-07 17:45:57
test.support.import_fresh_module()

test.support.import_fresh_module(name, fresh=(), blocked=(), deprecated=False) This function imports and returns a fresh copy

2016-10-07 17:44:24
unittest.TestCase.run()

run(result=None) Run the test, collecting the result into the TestResult object passed as result. If result

2016-10-07 17:46:28
unittest.TestCase.assertWarnsRegex()

assertWarnsRegex(warning, regex, callable, *args, **kwds) assertWarnsRegex(warning, regex, msg=None) Like

2016-10-07 17:46:25
typing.get_type_hints()

typing.get_type_hints(obj) Return type hints for a function or method object. This is often

2016-10-07 17:45:55
typing.Generic

class typing.Generic Abstract base class for generic types. A generic type is typically declared

2016-10-07 17:45:55
unittest.mock.NonCallableMagicMock

class unittest.mock.NonCallableMagicMock(*args, **kw) A non-callable version of MagicMock. The

2016-10-07 17:46:12
doctest.register_optionflag()

doctest.register_optionflag(name) Create a new option flag with a given name, and return the new flag’s integer value.

2016-10-07 17:32:13