Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h120 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *,
146 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
/external/python/cpython2/Include/
Dobjimpl.h151 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *,
197 ( (type *) PyObject_InitVar( \
/external/python/cpython3/Doc/c-api/
Dallocation.rst24 .. c:function:: PyVarObject* PyObject_InitVar(PyVarObject *op, PyTypeObject *type, Py_ssize_t size)
/external/python/cpython2/Doc/c-api/
Dallocation.rst31 .. c:function:: PyVarObject* PyObject_InitVar(PyVarObject *op, PyTypeObject *type, Py_ssize_t size)
/external/python/cpython3/PC/
Dpython3.def480 PyObject_InitVar=python39.PyObject_InitVar
/external/python/cpython2/PC/os2emx/
Dpython27.def483 "PyObject_InitVar"
/external/python/cpython2/Doc/data/
Drefcounts.dat998 PyObject_InitVar:PyVarObject*::0:
999 PyObject_InitVar:PyVarObject*:op:0:
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst900 :c:func:`PyObject_InitVar` to make their implementation opaque. It avoids to
/external/python/cpython3/Objects/
Dobject.c152 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function
/external/python/cpython3/Doc/data/
Drefcounts.dat1729 PyObject_InitVar:PyVarObject*::0:
1730 PyObject_InitVar:PyVarObject*:op:0:
/external/python/cpython2/Objects/
Dobject.c229 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function