- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 425 for host:docs.python.org (0.03 sec)
-
xdrlib — Encode and decode XDR data — 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/xdrlib.htmlRegistered: Mon Jul 07 05:47:53 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 14.5K bytes - Viewed (0) -
The None Object — Python 3.13.5 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: Mon Jul 07 05:47:56 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 15.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: Mon Jul 07 05:48:30 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 29.5K bytes - Viewed (0) -
smtpd — SMTP Server — Python 3.13.5 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: Mon Jul 07 05:48:44 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 14.8K bytes - Viewed (0) -
Reference Counting — Python 3.13.5 documentation
docs.python.org/3/c-api/refcounting.htmlRegistered: Mon Jul 07 05:49:29 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 38.1K bytes - Viewed (0) -
Event Loop — Python 3.13.5 documentation
Source code: Lib/asyncio/events.py, Lib/asyncio/base_events.py Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO ...docs.python.org/3/library/asyncio-eventloop.htmlRegistered: Mon Jul 07 05:28:44 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 232.1K bytes - Viewed (0) -
abc — Abstract Base Classes — Python 3.13.5 doc...
Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...docs.python.org/3/library/abc.htmlRegistered: Mon Jul 07 05:27:51 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 50.9K bytes - Viewed (0) -
Tuple Objects — Python 3.13.5 documentation
Struct Sequence Objects: Struct sequence objects are the C equivalent of namedtuple() objects, i.e. a sequence whose items can also be accessed through attributes. To create a struct sequence, you ...docs.python.org/3/c-api/tuple.htmlRegistered: Mon Jul 07 05:27:59 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 54.7K bytes - Viewed (0) -
Futures — Python 3.13.5 documentation
Source code: Lib/asyncio/futures.py, Lib/asyncio/base_futures.py Future objects are used to bridge low-level callback-based code with high-level async/await code. Future Functions: Future Object: T...docs.python.org/3/library/asyncio-future.htmlRegistered: Mon Jul 07 05:29:38 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 41.9K bytes - Viewed (0) -
Number Protocol — Python 3.13.5 documentation
Navigation index modules | next | previous | Python » 3.13.5 Documentation » Python/C API Reference Manual » Abstract...docs.python.org/3/c-api/number.htmlRegistered: Mon Jul 07 05:29:46 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 77.4K bytes - Viewed (0)