- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 425 for host:docs.python.org (0.04 sec)
-
errno — Standard errno system symbols — Python ...
This module makes available standard errno system symbols. The value of each symbol is the corresponding integer value. The names and descriptions are borrowed from linux/include/errno.h, which sho...docs.python.org/3/library/errno.htmlRegistered: Mon Aug 25 04:06:51 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 76.7K bytes - Viewed (0) -
Queues — Python 3.13.7 documentation
Source code: Lib/asyncio/queues.py asyncio queues are designed to be similar to classes of the queue module. Although asyncio queues are not thread-safe, they are designed to be used specifically i...docs.python.org/3/library/asyncio-queue.htmlRegistered: Mon Aug 25 04:04:30 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 41K bytes - Viewed (0) -
1. Extending Python with C or C++ — Python 3.13...
It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do two things that can’t be done directly in Python: they can implement new built...docs.python.org/3/extending/extending.htmlRegistered: Mon Aug 25 04:11:46 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 169K bytes - Viewed (0) -
stat — Interpreting stat() results — Python 3.1...
Source code: Lib/stat.py The stat module defines constants and functions for interpreting the results of os.stat(), os.fstat() and os.lstat()(if they exist). For complete details about the stat(), ...docs.python.org/3/library/stat.htmlRegistered: Mon Aug 25 04:12:26 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 65.1K bytes - Viewed (0) -
The Very High Level Layer — Python 3.13.7 docum...
The functions in this chapter will let you execute Python source code given in a file or a buffer, but they will not let you interact in a more detailed way with the interpreter. Several of these f...docs.python.org/3/c-api/veryhigh.htmlRegistered: Mon Aug 25 04:12:45 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 83.5K bytes - Viewed (0) -
Unicode Objects and Codecs — Python 3.13.7 docu...
Unicode Objects: Since the implementation of PEP 393 in Python 3.3, Unicode objects internally use a variety of representations, in order to allow handling the complete range of Unicode characters ...docs.python.org/3/c-api/unicode.htmlRegistered: Mon Aug 25 04:12:49 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 265.4K bytes - Viewed (0) -
What’s New in Python 2.2 — Python 3.13.7 docume...
Author, A.M. Kuchling,. Introduction: This article explains the new features in Python 2.2.2, released on October 14, 2002. Python 2.2.2 is a bugfix release of Python 2.2, originally released on De...docs.python.org/3/whatsnew/2.2.htmlRegistered: Mon Aug 25 04:16:19 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 144.1K bytes - Viewed (0) -
DateTime Objects — Python 3.13.7 documentation
Various date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not included by...docs.python.org/3/c-api/datetime.htmlRegistered: Mon Aug 25 04:15:25 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 66.5K bytes - Viewed (0) -
PyTime C API — Python 3.13.7 documentation
The clock C API provides access to system clocks. It is similar to the Python time module. For C API related to the datetime module, see DateTime Objects. Types: Clock Functions: The following func...docs.python.org/3/c-api/time.htmlRegistered: Mon Aug 25 04:15:38 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 26.4K bytes - Viewed (0) -
Generator Objects — Python 3.13.7 documentation
Generator objects are what Python uses to implement generator iterators. They are normally created by iterating over a function that yields values, rather than explicitly calling PyGen_New() or PyG...docs.python.org/3/c-api/gen.htmlRegistered: Mon Aug 25 04:16:16 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 19.3K bytes - Viewed (0)