- Sort Score
- Num 10 results
- Language All
- Labels All
Results 251 - 260 of over 10,000 for filetype:html (0.31 seconds)
-
email.contentmanager: Managing MIME Content ...
Source code: Lib/email/contentmanager.py Content Manager Instances: Currently the email package provides only one concrete content manager, raw_data_manager, although more may be added in the futur...docs.python.org/3/library/email.contentmanager.htmlWed Apr 29 06:55:53 GMT 2026 7.5K bytes -
compression.zstd — Compression compatible with ...
Source code: Lib/compression/zstd/__init__.py This module provides classes and functions for compressing and decompressing data using the Zstandard (or zstd) compression algorithm. The zstd manual ...docs.python.org/3/library/compression.zstd.htmlWed Apr 29 06:55:52 GMT 2026 17.5K bytes -
Byte Array Objects — Python 3.14.4 docume...
Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.docs.python.org/3/c-api/bytearray.htmlTue Apr 28 13:41:04 GMT 2026 5K bytes -
Code Objects — Python 3.14.4 documentation
Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Code Object Flags: Code objects contain...docs.python.org/3/c-api/code.htmlWed Apr 29 06:55:52 GMT 2026 10.5K bytes -
asyncio — Asynchronous I/O — Python 3.14....
Hello World!: asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance n...docs.python.org/3/library/asyncio.htmlTue Apr 28 13:41:05 GMT 2026 5.4K bytes -
asyncore — Asynchronous socket handler — ...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. Applications should use the asy...docs.python.org/3/library/asyncore.htmlWed Apr 29 06:55:52 GMT 2026 3.7K bytes -
multiprocessing.shared_memory — Shared memory f...
Source code: Lib/multiprocessing/shared_memory.py This module provides a class, SharedMemory, for the allocation and management of shared memory to be accessed by one or more processes on a multico...docs.python.org/3/library/multiprocessing.shared_memory.htmlWed Apr 29 06:55:52 GMT 2026 12.1K bytes -
tkinter.colorchooser — Color choosing dialog &#...
Source code: Lib/tkinter/colorchooser.py The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dial...docs.python.org/3/library/tkinter.colorchooser.htmlWed Apr 29 06:55:52 GMT 2026 4K bytes -
tempfile — Generate temporary files and directo...
Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...docs.python.org/3/library/tempfile.htmlWed Apr 29 06:55:52 GMT 2026 12.4K bytes -
poplib — POP3 protocol client — Python 3....
Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...docs.python.org/3/library/poplib.htmlWed Apr 29 06:55:52 GMT 2026 9.1K bytes