@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.
Source code: Lib/pydoc.py
@typing.no_type_check(arg) Decorator to indicate that annotations are not type hints. The argument
A white-label
test.support.forget(module_name) Remove the module named module_name from sys.modules and delete any byte-compiled
sortTestMethodsUsing Function to be used to compare method names when sorting them in getTestCaseNames() and all
run(result=None) Run the test, collecting the result into the TestResult object passed as result. If result
assertWarnsRegex(warning, regex, callable, *args, **kwds) assertWarnsRegex(warning, regex, msg=None) Like
doctest.debug(module, name, pm=False) Debug the doctests for an object. The module
maxDiff This attribute controls the maximum length of diffs output by assert methods that report diffs on failure. It defaults
Page 4 of 28