typing.get_type_hints(obj) Return type hints for a function or method object. This is often
tb_locals If set to true then local variables will be shown in tracebacks.
test.support.temp_umask(umask) A context manager that temporarily sets the process umask.
class unittest.TestSuite(tests=()) This class represents an aggregation of individual tests cases and test suites. The class
class typing.SupportsFloat An ABC with one abstract method __float__.
class typing.Iterable(Generic[T_co]) A generic version of the
Source code: Lib/pydoc.py
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
Page 5 of 28