Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Include/
Dobjimpl.h121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobjimpl.h121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobjimpl.h121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobjimpl.h121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobjimpl.h121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython2/Include/
Dobjimpl.h150 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *);
193 ( (type *) PyObject_Init( \
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dallocation.rst22 .. c:function:: PyObject* PyObject_Init(PyObject *op, PyTypeObject *type)
33 This does everything :c:func:`PyObject_Init` does, and also initializes the
/aosp_15_r20/external/python/cpython3/Lib/test/
D_testcppext.cpp174 assert(PyObject_Init(this, (PyTypeObject *)type)); in VirtualPyObject()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def482 "PyObject_Init"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat995 PyObject_Init:PyObject*::0:
996 PyObject_Init:PyObject*:op:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1731 PyObject_Init:PyObject*::0:
1732 PyObject_Init:PyObject*:op:0:
1733 PyObject_Init:PyTypeObject*:type:0:
Dstable_abi.dat520 function,PyObject_Init,3.2,,
Dpython3.11.abi545 …<elf-symbol name='PyObject_Init' type='func-type' binding='global-binding' visibility='default-vis…
9550PyObject_Init' mangled-name='PyObject_Init' filepath='Objects/object.c' line='152' column='1' visi…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c469 EXPORT_FUNC(PyObject_Init)
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c152 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c218 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function
Dunicodeobject.c4458 PyObject_Init(result, &EncodingMapType); in PyUnicode_BuildEncodingMap()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.8.rst1618 in :c:func:`PyObject_Init` (and its parallel macro ``PyObject_INIT``)
2044 :c:func:`PyObject_Init` and :c:func:`PyObject_INIT`.
2064 :c:func:`PyObject_Init` or :c:func:`PyObject_INIT`.
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1179 [function.PyObject_Init]