- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 424 for host:docs.python.org (0.02 sec)
-
email.errors: Exception and Defect classes — Py...
Source code: Lib/email/errors.py The following exception classes are defined in the email.errors module: Here is the list of the defects that the FeedParser can find while parsing messages. Note th...docs.python.org/3/library/email.errors.htmlRegistered: Fri Jun 27 03:54:37 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 33K bytes - Viewed (0) -
email.generator: Generating MIME documents — Py...
Source code: Lib/email/generator.py One of the most common tasks is to generate the flat (serialized) version of the email message represented by a message object structure. You will need to do thi...docs.python.org/3/library/email.generator.htmlRegistered: Fri Jun 27 03:52:34 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 52.3K bytes - Viewed (0) -
fileinput — Iterate over lines from multiple in...
Source code: Lib/fileinput.py This module implements a helper class and functions to quickly write a loop over standard input or a list of files. If you just want to read or write one file see open...docs.python.org/3/library/fileinput.htmlRegistered: Fri Jun 27 03:52:44 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 43.3K bytes - Viewed (0) -
mmap — Memory-mapped file support — Python 3.13...
Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information. Memory-mapped file objects behave like both bytearray and like ...docs.python.org/3/library/mmap.htmlRegistered: Fri Jun 27 03:52:47 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 70.6K 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 Jun 27 03:52:51 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 31.3K bytes - Viewed (0) -
secrets — Generate secure random numbers for ma...
Source code: Lib/secrets.py The secrets module is used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, ...docs.python.org/3/library/secrets.htmlRegistered: Fri Jun 27 03:53:33 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 33.5K 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 Jun 27 03:53:42 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 61.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 Jun 27 03:54:44 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 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 Jun 27 03:55:01 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 40.3K bytes - Viewed (0) -
email.utils: Miscellaneous utilities — Python 3...
Source code: Lib/email/utils.py There are a couple of useful utilities provided in the email.utils module: The remaining functions are part of the legacy ( Compat32) email API. There is no need to ...docs.python.org/3/library/email.utils.htmlRegistered: Fri Jun 27 03:55:18 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 45.7K bytes - Viewed (0)