- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 437 for host:docs.python.org (0.1 sec)
-
Objects for Type Hinting — Python 3.14.0 docume...
Various built-in types for type hinting are provided. Currently, two types exist – GenericAlias and Union. Only GenericAlias is exposed to C.docs.python.org/3/c-api/typehints.htmlRegistered: Wed Nov 05 05:37:58 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 19.5K bytes - Viewed (0) -
Reflection — Python 3.14.0 documentation
Navigation index modules | next | previous | Python » 3.14.0 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/reflection.htmlRegistered: Wed Nov 05 05:38:01 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 28.2K bytes - Viewed (0) -
pipes — Interface to shell pipelines — Python 3...
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. Applications should use the su...docs.python.org/3/library/pipes.htmlRegistered: Wed Nov 05 05:35:20 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 15K bytes - Viewed (0) -
urllib.parse — Parse URLs into components — Pyt...
Source code: Lib/urllib/parse.py This module defines a standard interface to break Uniform Resource Locator (URL) strings up in components (addressing scheme, network location, path etc.), to combi...docs.python.org/3/library/urllib.parse.htmlRegistered: Wed Nov 05 05:35:40 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 112K bytes - Viewed (0) -
Python Development Mode — Python 3.14.0 documen...
The Python Development Mode introduces additional runtime checks that are too expensive to be enabled by default. It should not be more verbose than the default if the code is correct; new warnings...docs.python.org/3/library/devmode.htmlRegistered: Wed Nov 05 05:35:49 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 35.9K bytes - Viewed (0) -
Floating-Point Objects — Python 3.14.0 document...
Pack and Unpack functions: The pack and unpack functions provide an efficient platform-independent way to store floating-point values as byte strings. The Pack routines produce a bytes string from ...docs.python.org/3/c-api/float.htmlRegistered: Wed Nov 05 05:35:54 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 37K bytes - Viewed (0) -
Call Protocol — Python 3.14.0 documentation
CPython supports two different calling protocols: tp_call and vectorcall. The tp_call Protocol: Instances of classes that set tp_call are callable. The signature of the slot is: A call is made usin...docs.python.org/3/c-api/call.htmlRegistered: Wed Nov 05 05:36:01 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 68.6K bytes - Viewed (0) -
Type Objects — Python 3.14.0 documentation
docs.python.org/3/c-api/type.htmlRegistered: Wed Nov 05 05:34:19 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 102.6K bytes - Viewed (0) -
Function Objects — Python 3.14.0 documentation
docs.python.org/3/c-api/function.htmlRegistered: Wed Nov 05 05:34:33 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 48K bytes - Viewed (0) -
Pending removal in Python 3.15 — Python 3.14.0 ...
The PyImport_ImportModuleNoBlock(): Use PyImport_ImportModule() instead., PyWeakref_GetObject() and PyWeakref_GET_OBJECT(): Use PyWeakref_GetRef() instead. The pythoncapi-compat project can be used...docs.python.org/3/deprecations/c-api-pending-removal-in-3.15.htmlRegistered: Wed Nov 05 05:36:43 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 39.1K bytes - Viewed (0)