- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 439 for host:docs.python.org (0.18 sec)
-
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: Fri Dec 12 04:12:54 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 23.4K bytes - Viewed (0) -
Type Objects — Python 3.14.2 documentation
docs.python.org/3/c-api/type.htmlRegistered: Fri Dec 12 04:12:29 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 109K bytes - Viewed (0) -
Instance Method Objects — Python 3.14.2 documen...
An instance method is a wrapper for a PyCFunction and the new way to bind a PyCFunction to a class object. It replaces the former call PyMethod_New(func, NULL, class). Method Objects: Methods are b...docs.python.org/3/c-api/method.htmlRegistered: Fri Dec 12 04:11:43 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 27.2K bytes - Viewed (0) -
Index — Python 3.14.2 documentation
Navigation index modules | Python » 3.14.2 Documentation » Index | Theme Auto Light Dark | Index Index pages by lette...docs.python.org/3/genindex.htmlRegistered: Fri Dec 12 03:45:45 UTC 2025 - Last Modified: Thu Dec 11 22:18:23 UTC 2025 - 10.7K bytes - Viewed (0) -
winreg — Windows registry access — Python 3.14....
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: Fri Dec 12 03:45:55 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 92.1K bytes - Viewed (0) -
ast — Abstract syntax trees — Python 3.14.2 doc...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlRegistered: Fri Dec 12 03:45:58 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 353.5K bytes - Viewed (0) -
email.message.Message: Representing an email me...
The Message class is very similar to the EmailMessage class, without the methods added by that class, and with the default behavior of certain other methods being slightly different. We also docume...docs.python.org/3/library/email.compat32-message.htmlRegistered: Fri Dec 12 03:46:01 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 102.3K bytes - Viewed (0) -
pickletools — Tools for pickle developers — Pyt...
Source code: Lib/pickletools.py This module contains various constants relating to the intimate details of the pickle module, some lengthy comments about the implementation, and a few useful functi...docs.python.org/3/library/pickletools.htmlRegistered: Fri Dec 12 03:45:12 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 26.5K bytes - Viewed (0) -
What’s New In Python 3.4 — Python 3.14.2 docume...
Author, R. David Murray < rdmurray@bitdance.com> (Editor),. This article explains the new features in Python 3.4, compared to 3.3. Python 3.4 was released on March 16, 2014. For full details,...docs.python.org/3/whatsnew/3.4.htmlRegistered: Fri Dec 12 04:09:45 UTC 2025 - Last Modified: Thu Dec 11 22:18:23 UTC 2025 - 336.3K 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: Fri Dec 12 04:09:48 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 65.1K bytes - Viewed (0)