- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 439 for host:docs.python.org (0.07 sec)
-
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 Dec 12 04:02:18 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 18.2K bytes - Viewed (0) -
email.parser: Parsing email messages — Python 3...
Source code: Lib/email/parser.py Message object structures can be created in one of two ways: they can be created from whole cloth by creating an EmailMessage object, adding headers using the dicti...docs.python.org/3/library/email.parser.htmlRegistered: Fri Dec 12 04:01:23 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 61.9K bytes - Viewed (0) -
filecmp — File and Directory Comparisons — Pyth...
Source code: Lib/filecmp.py The filecmp module defines functions to compare files and directories, with various optional time/correctness trade-offs. For comparing files, see also the difflib modul...docs.python.org/3/library/filecmp.htmlRegistered: Fri Dec 12 04:01:29 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 35.8K 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. Availability: Windows.docs.python.org/3/library/winsound.htmlRegistered: Fri Dec 12 04:02:34 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 33.7K bytes - Viewed (0) -
gc — Garbage Collector interface — Python 3.14....
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 Dec 12 04:02:44 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 45.9K bytes - Viewed (0) -
token — Constants used with Python parse trees ...
Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...docs.python.org/3/library/token.htmlRegistered: Fri Dec 12 03:58:30 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 63.3K bytes - Viewed (0) -
Runners — Python 3.14.2 documentation
Source code: Lib/asyncio/runners.py This section outlines high-level asyncio primitives to run asyncio code. They are built on top of an event loop with the aim to simplify async code usage for com...docs.python.org/3/library/asyncio-runner.htmlRegistered: Fri Dec 12 04:01:45 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 33.6K 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 Dec 12 04:01:55 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 14.8K 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 Dec 12 04:04:15 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 35.5K 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 Dec 12 04:04:19 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 40.3K bytes - Viewed (0)