Home
last modified time | relevance | path

Searched refs:PyObject_Init (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dobjimpl.h121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/third_party/python/Doc/c-api/
Dallocation.rst15 .. c:function:: PyObject* PyObject_Init(PyObject *op, PyTypeObject *type)
26 This does everything :c:func:`PyObject_Init` does, and also initializes the
/third_party/python/PC/
Dpython3dll.c459 EXPORT_FUNC(PyObject_Init)
/third_party/python/Doc/data/
Dstable_abi.dat503 function,PyObject_Init,3.2,
Drefcounts.dat1731 PyObject_Init:PyObject*::0:
1732 PyObject_Init:PyObject*:op:0:
1733 PyObject_Init:PyTypeObject*:type:0:
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst899 now defined as aliases to :c:func:`PyObject_Init` and
D3.8.0a4.rst1408 Modify ``PyObject_Init`` to correctly increase the refcount of heap-
D3.10.0a1.rst3393 aliases to, respectively, :c:func:`PyObject_Init` and
/third_party/python/Objects/
Dobject.c159 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function
/third_party/python/Misc/
Dstable_abi.txt1087 function PyObject_Init
/third_party/python/Doc/whatsnew/
D3.8.rst1616 in :c:func:`PyObject_Init` (and its parallel macro ``PyObject_INIT``)
2040 :c:func:`PyObject_Init` and :c:func:`PyObject_INIT`.
2060 :c:func:`PyObject_Init` or :c:func:`PyObject_INIT`.