- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 425 for host:docs.python.org (0.03 sec)
-
spwd — The shadow password database — 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. A possible replacement is the ...docs.python.org/3/library/spwd.htmlRegistered: Fri Aug 15 03:54:39 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 14.9K bytes - Viewed (0) -
The None Object — Python 3.13.7 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: Fri Aug 15 03:54:57 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 15.5K bytes - Viewed (0) -
File Objects — Python 3.13.7 documentation
These APIs are a minimal emulation of the Python 2 C API for built-in file objects, which used to rely on the buffered I/O ( FILE*) support from the C standard library. In Python 3, files and strea...docs.python.org/3/c-api/file.htmlRegistered: Fri Aug 15 03:53:00 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 29.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: Fri Aug 15 03:53:19 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 29.5K bytes - Viewed (0) -
C API Stability — Python 3.13.7 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: Fri Aug 15 04:00:29 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 225.1K bytes - Viewed (0) -
Coroutine Objects — Python 3.13.7 documentation
docs.python.org/3/c-api/coro.htmlRegistered: Fri Aug 15 04:00:33 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 16.8K bytes - Viewed (0) -
Reference Counting — Python 3.13.7 documentation
docs.python.org/3/c-api/refcounting.htmlRegistered: Fri Aug 15 04:00:42 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 38.1K bytes - Viewed (0) -
Annotations Best Practices — Python 3.13.7 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: Fri Aug 15 04:02:50 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 36.9K bytes - Viewed (0) -
token — Constants used with Python parse trees ...
Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...docs.python.org/3/library/token.htmlRegistered: Fri Aug 15 03:47:11 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 60.3K bytes - Viewed (0) -
email.parser: Parsing email messages — Python 3...
Source code: Lib/email/parser.py Message object structures can be created in one of two ways: they can be created from whole cloth by creating an EmailMessage object, adding headers using the dicti...docs.python.org/3/library/email.parser.htmlRegistered: Fri Aug 15 03:47:16 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 61.9K bytes - Viewed (0)