- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 423 for host:docs.python.org (0.02 sec)
-
multiprocessing — Process-based parallelism — P...
Source code: Lib/multiprocessing/ Availability: not Android, not iOS, not WASI. This module is not supported on mobile platforms or WebAssembly platforms. Introduction: multiprocessing is a package...docs.python.org/3/library/multiprocessing.htmlRegistered: Wed Feb 12 03:18:48 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 423.9K bytes - Viewed (0) -
binascii — Convert between binary and ASCII — P...
The binascii module contains a number of methods to convert between binary and various ASCII-encoded binary representations. Normally, you will not use these functions directly but use wrapper modu...docs.python.org/3/library/binascii.htmlRegistered: Wed Feb 12 03:19:17 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 35.2K bytes - Viewed (0) -
decimal — Decimal fixed-point and floating-poin...
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several advantages over the float datatype: Decimal “is based...docs.python.org/3/library/decimal.htmlRegistered: Wed Feb 12 03:19:26 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 283K bytes - Viewed (0) -
types — Dynamic type creation and names for bui...
Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...docs.python.org/3/library/types.htmlRegistered: Wed Feb 12 03:20:21 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 72.9K bytes - Viewed (0) -
xml.dom — The Document Object Model API — Pytho...
Source code: Lib/xml/dom/__init__.py The Document Object Model, or “DOM,” is a cross-language API from the World Wide Web Consortium (W3C) for accessing and modifying XML documents. A DOM implement...docs.python.org/3/library/xml.dom.htmlRegistered: Wed Feb 12 03:20:24 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 116.6K bytes - Viewed (0) -
collections.abc — Abstract Base Classes for Con...
Source code: Lib/_collections_abc.py This module provides abstract base classes that can be used to test whether a class provides a particular interface; for example, whether it is hashable or whet...docs.python.org/3/library/collections.abc.htmlRegistered: Wed Feb 12 03:20:30 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 91.7K bytes - Viewed (0) -
concurrent.futures — Launching parallel tasks —...
Source code: Lib/concurrent/futures/thread.py and Lib/concurrent/futures/process.py The concurrent.futures module provides a high-level interface for asynchronously executing callables. The asynchr...docs.python.org/3/library/concurrent.futures.htmlRegistered: Wed Feb 12 03:19:54 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 88.8K bytes - Viewed (0) -
fnmatch — Unix filename pattern matching — Pyth...
Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...docs.python.org/3/library/fnmatch.htmlRegistered: Wed Feb 12 03:11:56 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 25.4K bytes - Viewed (0) -
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlRegistered: Wed Feb 12 03:12:00 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 42.9K bytes - Viewed (0) -
unittest — Unit testing framework — Python 3.13...
Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...docs.python.org/3/library/unittest.htmlRegistered: Wed Feb 12 03:13:12 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 320K bytes - Viewed (0)