Searched refs:PyObject_Init (Results 1 – 23 of 23) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/ |
D | objimpl.h | 121 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/ |
D | objimpl.h | 121 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/ |
D | objimpl.h | 121 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/ |
D | objimpl.h | 121 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/ |
D | objimpl.h | 121 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *); 126 PyObject_Init(_PyObject_CAST(op), (typeobj))
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | allocation.rst | 15 .. 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/ |
D | objimpl.h | 150 PyAPI_FUNC(PyObject *) PyObject_Init(PyObject *, PyTypeObject *); 193 ( (type *) PyObject_Init( \
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | allocation.rst | 22 .. 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.cpp | 174 assert(PyObject_Init(this, (PyTypeObject *)type)); in VirtualPyObject()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 482 "PyObject_Init"
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 995 PyObject_Init:PyObject*::0: 996 PyObject_Init:PyObject*:op:0:
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1731 PyObject_Init:PyObject*::0: 1732 PyObject_Init:PyObject*:op:0: 1733 PyObject_Init:PyTypeObject*:type:0:
|
D | stable_abi.dat | 520 function,PyObject_Init,3.2,,
|
D | python3.11.abi | 545 …<elf-symbol name='PyObject_Init' type='func-type' binding='global-binding' visibility='default-vis… 9550 …PyObject_Init' mangled-name='PyObject_Init' filepath='Objects/object.c' line='152' column='1' visi…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 469 EXPORT_FUNC(PyObject_Init)
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 899 now defined as aliases to :c:func:`PyObject_Init` and
|
D | 3.8.0a4.rst | 1408 Modify ``PyObject_Init`` to correctly increase the refcount of heap-
|
D | 3.10.0a1.rst | 3393 aliases to, respectively, :c:func:`PyObject_Init` and
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | object.c | 152 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 218 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init() function
|
D | unicodeobject.c | 4458 PyObject_Init(result, &EncodingMapType); in PyUnicode_BuildEncodingMap()
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 1618 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/ |
D | stable_abi.toml | 1179 [function.PyObject_Init]
|