pydoc
  • References/Python/Python/Development Tools

Source code: Lib/pydoc.py

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
typing.Mapping
  • References/Python/Python/Development Tools

class typing.Mapping(Sized, Iterable[KT], Container[KT], Generic[VT_co]) A generic version of

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

get_doctest(string, globs, name, filename, lineno) Extract all doctest examples from the given string, and collect them into

2025-01-10 15:47:30
unittest.mock.sentinel
  • References/Python/Python/Development Tools

unittest.mock.sentinel The sentinel object provides a convenient way of providing unique objects for your tests

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

unittest.main(module='__main__', defaultTest=None, argv=None, testRunner=None, testLoader=unittest.defaultTestLoader, exit=True, verbosity=1, failfast=None, catchbreak=None

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

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

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

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

2025-01-10 15:47:30
unittest.TestLoader.sortTestMethodsUsing
  • References/Python/Python/Development Tools

sortTestMethodsUsing Function to be used to compare method names when sorting them in getTestCaseNames() and all

2025-01-10 15:47:30