- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of 438 for host:docs.python.org (0.02 seconds)
-
Extending — Python 3.14.3 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.htmlFri Feb 06 03:23:28 GMT 2026 24.9K bytes -
contextlib — Utilities for with-statement conte...
Source code: Lib/contextlib.py This module provides utilities for common tasks involving the with statement. For more information see also Context Manager Types and With Statement Context Managers....docs.python.org/3/library/contextlib.htmlFri Feb 06 03:23:28 GMT 2026 129.6K bytes -
zlib — Compression compatible with gzip — Pytho...
For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. This is an optional module. If it is missing from your copy...docs.python.org/3/library/zlib.htmlFri Feb 06 03:23:27 GMT 2026 60.2K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 25.3K bytes -
Frame Objects — Python 3.14.3 documentation
The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Frame Locals Proxies: The f_locals attribute on a frame object is an instance of...docs.python.org/3/c-api/frame.htmlFri Feb 06 03:23:27 GMT 2026 48.3K bytes -
8. Compound statements — Python 3.14.3 document...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlFri Feb 06 03:23:27 GMT 2026 221.4K bytes -
zipfile — Work with ZIP archives — Python 3.14....
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.htmlFri Feb 06 03:23:27 GMT 2026 137.6K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 70.5K bytes -
Importing Modules — Python 3.14.3 documentation
Navigation index modules | next | previous | Python » 3.14.3 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/import.htmlFri Feb 06 03:23:27 GMT 2026 73.9K bytes -
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.htmlFri Feb 06 03:23:28 GMT 2026 57.1K bytes