test.support.ResourceDenied
  • References/Python/Python/Development Tools

exception test.support.ResourceDenied Subclass of

2025-01-10 15:47:30
typing.SupportsFloat
  • References/Python/Python/Development Tools

class typing.SupportsFloat An ABC with one abstract method __float__.

2025-01-10 15:47:30
typing.Iterable
  • References/Python/Python/Development Tools

class typing.Iterable(Generic[T_co]) A generic version of the

2025-01-10 15:47:30
test.support.temp_umask()
  • References/Python/Python/Development Tools

test.support.temp_umask(umask) A context manager that temporarily sets the process umask.

2025-01-10 15:47:30
doctest.DocTest.filename
  • References/Python/Python/Development Tools

filename The name of the file that this DocTest was extracted from; or None if the filename is unknown

2025-01-10 15:47:30
typing.ItemsView
  • References/Python/Python/Development Tools

class typing.ItemsView(MappingView, Generic[KT_co, VT_co]) A generic version of

2025-01-10 15:47:30
doctest.set_unittest_reportflags()
  • References/Python/Python/Development Tools

doctest.set_unittest_reportflags(flags) Set the doctest reporting flags to use. Argument

2025-01-10 15:47:30
unittest.TestResult.addExpectedFailure()
  • References/Python/Python/Development Tools

addExpectedFailure(test, err) Called when the test case test fails, but was marked with the expectedFailure()

2025-01-10 15:47:30
unittest.TestResult.addSuccess()
  • References/Python/Python/Development Tools

addSuccess(test) Called when the test case test succeeds. The default implementation

2025-01-10 15:47:30
test.support.anticipate_failure()
  • References/Python/Python/Development Tools

@test.support.anticipate_failure(condition) A decorator to conditionally mark tests with

2025-01-10 15:47:30