From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/python~3.12/c-api%2Fabstract.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devdocs/python~3.12/c-api%2Fabstract.html (limited to 'devdocs/python~3.12/c-api%2Fabstract.html') diff --git a/devdocs/python~3.12/c-api%2Fabstract.html b/devdocs/python~3.12/c-api%2Fabstract.html new file mode 100644 index 00000000..fd257b4e --- /dev/null +++ b/devdocs/python~3.12/c-api%2Fabstract.html @@ -0,0 +1,11 @@ +

Abstract Objects Layer

The functions in this chapter interact with Python objects regardless of their type, or with wide classes of object types (e.g. all numerical types, or all sequence types). When used on object types for which they do not apply, they will raise a Python exception.

It is not possible to use these functions on objects that are not properly initialized, such as a list object that has been created by PyList_New(), but whose items have not been set to some non-NULL value yet.

+

+ © 2001–2023 Python Software Foundation
Licensed under the PSF License.
+ https://docs.python.org/3.12/c-api/abstract.html +

+
-- cgit v1.2.3