Source code: Lib/pydoc.py
class typing.SupportsFloat An ABC with one abstract method __float__.
class typing.Iterable(Generic[T_co]) A generic version of the
class typing.Mapping(Sized, Iterable[KT], Container[KT], Generic[VT_co]) A generic version of
get_doctest(string, globs, name, filename, lineno) Extract all doctest examples from the given string, and collect them into
unittest.mock.sentinel The sentinel object provides a convenient way of providing unique objects for your tests
unittest.main(module='__main__', defaultTest=None, argv=None, testRunner=None, testLoader=unittest.defaultTestLoader, exit=True, verbosity=1, failfast=None, catchbreak=None
class typing.Generic Abstract base class for generic types. A generic type is typically declared
doctest.register_optionflag(name) Create a new option flag with a given name, and return the new flag’s integer value.
sortTestMethodsUsing Function to be used to compare method names when sorting them in getTestCaseNames() and all
Page 4 of 28