- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 437 for host:docs.python.org (0.1 sec)
-
Built-in Exceptions — Python 3.14.0 documentation
In Python, all exceptions must be instances of a class that derives from BaseException. In a try statement with an except clause that mentions a particular class, that clause also handles any excep...docs.python.org/3/library/exceptions.htmlRegistered: Wed Nov 05 05:01:01 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 140.7K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:18:01 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 72.1K bytes - Viewed (0) -
lzma — Compression using the LZMA algorithm — P...
Source code: Lib/lzma.py This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file interface suppor...docs.python.org/3/library/lzma.htmlRegistered: Wed Nov 05 05:16:59 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 71.5K bytes - Viewed (0) -
asyncio — Asynchronous I/O — Python 3.14.0 docu...
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.htmlRegistered: Wed Nov 05 05:18:34 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 22.1K bytes - Viewed (0) -
chunk — Read IFF chunked data — Python 3.14.0 d...
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/chunk.htmlRegistered: Wed Nov 05 05:18:38 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 14.7K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:18:45 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 71.5K bytes - Viewed (0) -
colorsys — Conversions between color systems — ...
Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer monitors and thr...docs.python.org/3/library/colorsys.htmlRegistered: Wed Nov 05 05:19:03 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 20.3K bytes - Viewed (0) -
Policies — Python 3.14.0 documentation
An event loop policy is a global object used to get and set the current event loop, as well as create new event loops. The default policy can be replaced with built-in alternatives to use different...docs.python.org/3/library/asyncio-policy.htmlRegistered: Wed Nov 05 05:04:12 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 29.7K bytes - Viewed (0) -
tkinter.font — Tkinter font wrapper — Python 3....
Source code: Lib/tkinter/font.py The tkinter.font module provides the Font class for creating and using named fonts. The different font weights and slants are:docs.python.org/3/library/tkinter.font.htmlRegistered: Wed Nov 05 05:04:26 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 25.1K bytes - Viewed (0) -
Object Protocol — Python 3.14.0 documentation
Navigation index modules | next | previous | Python » 3.14.0 Documentation » Python/C API Reference Manual » Abstract...docs.python.org/3/c-api/object.htmlRegistered: Wed Nov 05 05:04:32 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 145.3K bytes - Viewed (0)