Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h151 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *,
197 ( (type *) PyObject_InitVar( \
/external/python/cpython3/Include/
Dobjimpl.h131 PyAPI_FUNC(PyVarObject *) PyObject_InitVar(PyVarObject *,
174 ( (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.def478 PyObject_InitVar=python37.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/Objects/
Dobject.c240 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar() function
/external/python/cpython3/Doc/data/
Drefcounts.dat1700 PyObject_InitVar:PyVarObject*::0:
1701 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