- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 425 of 425 for host:docs.python.org (0.02 sec)
-
winreg — Windows registry access — Python 3.13....
These functions expose the Windows registry API to Python. Instead of using an integer as the registry handle, a handle object is used to ensure that the handles are closed correctly, even if the p...docs.python.org/3/library/winreg.htmlRegistered: Mon Jul 07 05:21:43 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 92.1K bytes - Viewed (0) -
7. Simple statements — Python 3.13.5 documentation
A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...docs.python.org/3/reference/simple_stmts.htmlRegistered: Mon Jul 07 05:18:14 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 109.5K bytes - Viewed (0) -
__future__ — Future statement definitions — Pyt...
Source code: Lib/__future__.py Imports of the form from __future__ import feature are called future statements. These are special-cased by the Python compiler to allow the use of new Python feature...docs.python.org/3/library/__future__.htmlRegistered: Mon Jul 07 05:18:25 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 27.2K bytes - Viewed (0) -
__main__ — Top-level code environment — Python ...
In Python, the special name__main__ is used for two important constructs: the name of the top-level environment of the program, which can be checked using the__name__ == '__main__' expression; and,...docs.python.org/3/library/__main__.htmlRegistered: Mon Jul 07 05:17:40 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 48.3K bytes - Viewed (0) -
Extending and Embedding the Python Interpreter ...
This document describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can not only define new functions but also new object types and their metho...docs.python.org/3/extending/index.htmlRegistered: Mon Jul 07 05:53:00 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 23.3K bytes - Viewed (0)