- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 425 for host:docs.python.org (0.02 sec)
-
importlib.resources – Package resource reading,...
Source code: Lib/importlib/resources/__init__.py This module leverages Python’s import system to provide access to resources within packages. “Resources” are file-like resources associated with a m...docs.python.org/3/library/importlib.resources.htmlRegistered: Fri Aug 15 03:47:23 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 44.6K bytes - Viewed (0) -
winsound — Sound-playing interface for Windows ...
The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants.docs.python.org/3/library/winsound.htmlRegistered: Fri Aug 15 03:47:29 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 29.7K bytes - Viewed (0) -
marshal — Internal Python object serialization ...
This module contains functions that can read and write Python values in a binary format. The format is specific to Python, but independent of machine architecture issues (e.g., you can write a Pyth...docs.python.org/3/library/marshal.htmlRegistered: Fri Aug 15 03:46:37 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 31.3K bytes - Viewed (0) -
audioop — Manipulate raw audio data — Python 3....
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/audioop.htmlRegistered: Fri Aug 15 03:46:40 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 14.8K bytes - Viewed (0) -
shelve — Python object persistence — Python 3.1...
Source code: Lib/shelve.py A “shelf” is a persistent, dictionary-like object. The difference with “dbm” databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python o...docs.python.org/3/library/shelve.htmlRegistered: Fri Aug 15 03:44:46 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 40.3K bytes - Viewed (0) -
gc — Garbage Collector interface — Python 3.13....
This module provides an interface to the optional garbage collector. It provides the ability to disable the collector, tune the collection frequency, and set debugging options. It also provides acc...docs.python.org/3/library/gc.htmlRegistered: Fri Aug 15 03:44:53 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 45K bytes - Viewed (0) -
sched — Event scheduler — Python 3.13.7 documen...
Source code: Lib/sched.py The sched module defines a class which implements a general purpose event scheduler: Example: Scheduler Objects: scheduler instances have the following methods and attribu...docs.python.org/3/library/sched.htmlRegistered: Fri Aug 15 03:44:56 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 30.1K bytes - Viewed (0) -
html.entities — Definitions of HTML general ent...
Source code: Lib/html/entities.py This module defines four dictionaries, html5, name2codepoint, codepoint2name, and entitydefs. Footnotes 1, See https://html.spec.whatwg.org/multipage/named-charact...docs.python.org/3/library/html.entities.htmlRegistered: Fri Aug 15 03:45:12 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 18.1K bytes - Viewed (0) -
Subprocesses — Python 3.13.7 documentation
Source code: Lib/asyncio/subprocess.py, Lib/asyncio/base_subprocess.py This section describes high-level async/await asyncio APIs to create and manage subprocesses. Here’s an example of how asyncio...docs.python.org/3/library/asyncio-subprocess.htmlRegistered: Fri Aug 15 03:45:27 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 54.4K bytes - Viewed (0) -
cgi — Common Gateway Interface support — Python...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. A fork of the module on PyPI c...docs.python.org/3/library/cgi.htmlRegistered: Fri Aug 15 03:45:30 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 15K bytes - Viewed (0)