- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 423 for host:docs.python.org (0.01 sec)
-
Reference Counting — Python 3.13.3 documentation
docs.python.org/3/c-api/refcounting.htmlRegistered: Wed Apr 16 03:37:14 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 38.1K bytes - Viewed (0) -
API and ABI Versioning — Python 3.13.3 document...
CPython exposes its version number in the following macros. Note that these correspond to the version code is built with, not necessarily the version used at run time. See C API Stability for a dis...docs.python.org/3/c-api/apiabiversion.htmlRegistered: Wed Apr 16 03:37:17 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 20.3K bytes - Viewed (0) -
sunau — Read and write Sun AU files — 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. The last version of Python tha...docs.python.org/3/library/sunau.htmlRegistered: Wed Apr 16 03:37:46 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 14.7K bytes - Viewed (0) -
C API Stability — Python 3.13.3 documentation
Unless documented otherwise, Python’s C API is covered by the Backwards Compatibility Policy, PEP 387. Most changes to it are source-compatible (typically by only adding new API). Changing existing...docs.python.org/3/c-api/stable.htmlRegistered: Wed Apr 16 03:37:49 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 217.5K bytes - Viewed (0) -
termios — POSIX style tty control — Python 3.13...
This module provides an interface to the POSIX calls for tty I/O control. For a complete description of these calls, see termios(3) Unix manual page. It is only available for those Unix versions th...docs.python.org/3/library/termios.htmlRegistered: Wed Apr 16 03:37:52 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 29.5K bytes - Viewed (0) -
Annotations Best Practices — Python 3.13.3 docu...
author, Larry Hastings,. Abstract: This document is designed to encapsulate the best practices for working with annotations dicts. If you write Python code that examines__annotations__ on Python ob...docs.python.org/3/howto/annotations.htmlRegistered: Wed Apr 16 03:42:03 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 36.9K bytes - Viewed (0) -
Coroutine Objects — Python 3.13.3 documentation
docs.python.org/3/c-api/coro.htmlRegistered: Wed Apr 16 03:41:01 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 16.8K bytes - Viewed (0) -
py.svg
2041docs.python.org/3/_static/py.svgRegistered: Wed Apr 16 03:41:37 UTC 2025 - Last Modified: Wed Feb 19 12:49:11 UTC 2025 - 2K bytes - Viewed (0) -
smtpd — SMTP Server — Python 3.13.3 documentation
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. A possible replacement is the t...docs.python.org/3/library/smtpd.htmlRegistered: Wed Apr 16 03:39:13 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 14.9K bytes - Viewed (0) -
The None Object — Python 3.13.3 documentation
Note that the PyTypeObject for None is not directly exposed in the Python/C API. Since None is a singleton, testing for object identity (using== in C) is sufficient. There is no PyNone_Check() func...docs.python.org/3/c-api/none.htmlRegistered: Wed Apr 16 03:39:37 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 15.5K bytes - Viewed (0)