- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 439 for host:docs.python.org (0.04 sec)
-
sndhdr — Determine type of sound file — Python ...
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. Possible replacements are thir...docs.python.org/3/library/sndhdr.htmlRegistered: Fri Dec 12 04:10:13 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 15.1K bytes - Viewed (0) -
xml.sax.saxutils — SAX Utilities — Python 3.14....
Source code: Lib/xml/sax/saxutils.py The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications, either in direct use, or as base...docs.python.org/3/library/xml.sax.utils.htmlRegistered: Fri Dec 12 04:10:28 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 25.7K bytes - Viewed (0) -
Python support for free threading — Python 3.14...
Starting with the 3.13 release, CPython has support for a build of Python called free threading where the global interpreter lock(GIL) is disabled. Free-threaded execution allows for full utilizati...docs.python.org/3/howto/free-threading-python.htmlRegistered: Fri Dec 12 04:11:30 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 28.8K bytes - Viewed (0) -
Concrete Objects Layer — Python 3.14.2 document...
The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...docs.python.org/3/c-api/concrete.htmlRegistered: Fri Dec 12 04:10:01 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 27.4K 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: Fri Dec 12 04:02:47 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 72.2K bytes - Viewed (0) -
wave — Read and write WAV files — Python 3.14.2...
Source code: Lib/wave.py The wave module provides a convenient interface to the Waveform Audio “WAVE” (or “WAV”) file format. Only uncompressed PCM encoded wave files are supported. The wave module...docs.python.org/3/library/wave.htmlRegistered: Fri Dec 12 04:01:39 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 39.2K bytes - Viewed (0) -
chunk — Read IFF chunked data — Python 3.14.2 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: Fri Dec 12 04:01:42 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 14.7K bytes - Viewed (0) -
10. Brief Tour of the Standard Library — Python...
Operating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...docs.python.org/3/tutorial/stdlib.htmlRegistered: Fri Dec 12 04:01:17 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 57.3K 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: Fri Dec 12 04:02:21 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 20.3K bytes - Viewed (0) -
Byte Array Objects — Python 3.14.2 documentation
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.htmlRegistered: Fri Dec 12 04:03:38 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 27.5K bytes - Viewed (0)