Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobjimpl.h120 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *,
146 PyObject_InitVar(_PyVarObject_CAST(op), (typeobj), (size))
/third_party/python/Doc/c-api/
Dallocation.rst24 .. c:function:: PyVarObject* PyObject_InitVar(PyVarObject *op, PyTypeObject *type, Py_ssize_t size)
/third_party/python/PC/
Dpython3.def484 PyObject_InitVar=python39.PyObject_InitVar
/third_party/python/Objects/
Dobject.c152 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function
/third_party/python/Doc/data/
Drefcounts.dat1729 PyObject_InitVar:PyVarObject*::0:
1730 PyObject_InitVar:PyVarObject*:op:0:
/third_party/python/Misc/
DNEWS3184 :c:func:`PyObject_Init` and :c:func:`PyObject_InitVar` to make their