We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3e523 commit 8f24f7aCopy full SHA for 8f24f7a
Doc/c-api/object.rst
@@ -167,6 +167,9 @@ Object Protocol
167
168
.. versionadded:: 3.13
169
170
+ .. seealso::
171
+ The :c:func:`PyType_Lookup` function.
172
+
173
174
.. c:function:: int PyObject_GetOptionalAttrString(PyObject *obj, const char *attr_name, PyObject **result);
175
Doc/c-api/type.rst
@@ -320,6 +320,9 @@ Type Objects
320
321
.. versionadded:: next
322
323
324
+ The :c:func:`PyObject_GetOptionalAttr` function.
325
326
327
.. c:function:: int PyUnstable_Type_AssignVersionTag(PyTypeObject *type)
328
0 commit comments