- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 423 for host:docs.python.org (0.03 sec)
-
imp — Access the import internals — Python 3.13...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.4. The removal notice includes guidance for migrating code from imp to...docs.python.org/3/library/imp.htmlRegistered: Wed Apr 09 03:33:17 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 14.8K bytes - Viewed (0) -
9. Classes — Python 3.13.3 documentation
Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have ...docs.python.org/3/tutorial/classes.htmlRegistered: Wed Apr 09 03:33:36 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 102K bytes - Viewed (0) -
Design and History FAQ — Python 3.13.3 document...
Contents: Design and History FAQ- Why does Python use indentation for grouping of statements?, Why am I getting strange results with simple arithmetic operations?, Why are floating-point calculatio...docs.python.org/3/faq/design.htmlRegistered: Wed Apr 09 03:34:49 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 94.6K bytes - Viewed (0) -
Pending Removal in Python 3.15 — Python 3.13.3 ...
The import system:- Setting__cached__ on a module while failing to set__spec__.cached is deprecated. In Python 3.15,__cached__ will cease to be set or take into consideration by the import system o...docs.python.org/3/deprecations/pending-removal-in-3.15.htmlRegistered: Wed Apr 09 03:35:49 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 23.1K bytes - Viewed (0) -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extension functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first thr...docs.python.org/3/c-api/arg.htmlRegistered: Wed Apr 09 03:36:02 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 108.4K bytes - Viewed (0) -
Context Variables Objects — Python 3.13.3 docum...
This section details the public C API for the contextvars module. Type-check macros: Context object management functions: Context variable functions:docs.python.org/3/c-api/contextvars.htmlRegistered: Wed Apr 09 03:34:39 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 33K bytes - Viewed (0) -
Python experimental support for free threading ...
Starting with the 3.13 release, CPython has experimental support for a build of Python called free threading where the global interpreter lock(GIL) is disabled. Free-threaded execution allows for f...docs.python.org/3/howto/free-threading-python.htmlRegistered: Wed Apr 09 03:32:54 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 27K bytes - Viewed (0) -
imghdr — Determine the type of an image — Pytho...
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/imghdr.htmlRegistered: Wed Apr 09 03:33:49 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 15K bytes - Viewed (0) -
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: Wed Apr 09 03:33:39 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 14.8K bytes - Viewed (0) -
Codec registry and support functions — Python 3...
Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...docs.python.org/3/c-api/codec.htmlRegistered: Wed Apr 09 03:37:19 UTC 2025 - Last Modified: Tue Apr 08 21:48:20 UTC 2025 - 42.5K bytes - Viewed (0)