- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 721 - 730 of about 10,000 for filetype:html (0.11 sec)
-
mailbox — Manipulate mailboxes in various forma...
Source code: Lib/mailbox.py This module defines two classes, Mailbox and Message, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox offers a dictionary-like ma...docs.python.org/3/library/mailbox.htmlRegistered: Wed Sep 03 03:27:24 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 188.8K bytes - Viewed (0) -
Extending — Python 3.13.7 documentation
The main direction for asyncio extending is writing custom event loop classes. Asyncio has helpers that could be used to simplify this task. Writing a Custom Event Loop: asyncio.AbstractEventLoop d...docs.python.org/3/library/asyncio-extending.htmlRegistered: Wed Sep 03 03:27:57 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 24.9K bytes - Viewed (0) -
email.charset: Representing character sets — Py...
Source code: Lib/email/charset.py This module is part of the legacy ( Compat32) email API. In the new API only the aliases table is used. The remaining text in this section is the original document...docs.python.org/3/library/email.charset.htmlRegistered: Wed Sep 03 03:28:00 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 34.9K bytes - Viewed (0) -
codecs — Codec registry and base classes — Pyth...
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...docs.python.org/3/library/codecs.htmlRegistered: Wed Sep 03 03:26:46 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 174.3K bytes - Viewed (0) -
Module Objects — Python 3.13.7 documentation
Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...docs.python.org/3/c-api/module.htmlRegistered: Wed Sep 03 03:26:53 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 111.3K bytes - Viewed (0) -
zipfile — Work with ZIP archives — Python 3.13....
Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...docs.python.org/3/library/zipfile.htmlRegistered: Wed Sep 03 03:26:20 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 132K bytes - Viewed (0) -
copy — Shallow and deep copy operations — Pytho...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlRegistered: Wed Sep 03 03:26:23 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 25.3K bytes - Viewed (0) -
email.headerregistry: Custom Header Objects — P...
Source code: Lib/email/headerregistry.py Headers are represented by customized subclasses of str. The particular class used to represent a given header is determined by the header_factory of the po...docs.python.org/3/library/email.headerregistry.htmlRegistered: Wed Sep 03 03:25:46 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 70.5K bytes - Viewed (0) -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlRegistered: Wed Sep 03 03:25:49 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 57.2K bytes - Viewed (0) -
What’s New In Python 3.8 — Python 3.13.7 docume...
Editor, Raymond Hettinger,. This article explains the new features in Python 3.8, compared to 3.7. Python 3.8 was released on October 14, 2019. For full details, see the changelog. Summary – Releas...docs.python.org/3/whatsnew/3.8.htmlRegistered: Wed Sep 03 03:39:34 UTC 2025 - Last Modified: Wed Sep 03 00:48:35 UTC 2025 - 306.7K bytes - Viewed (0)