Home
last modified time | relevance | path

Searched refs:_PyObject_New (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Include/
Dobjimpl.h122 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
/external/python/cpython2/Include/
Dobjimpl.h153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
/external/python/pybind11/tests/
Dvalgrind-numpy-scipy.supp24 fun:_PyObject_New
/external/python/cpython3/Doc/c-api/
Dallocation.rst9 .. c:function:: PyObject* _PyObject_New(PyTypeObject *type)
/external/python/cpython2/PC/os2vacpp/
Dpython.def459 _PyObject_New
/external/python/cpython2/Doc/c-api/
Dallocation.rst9 .. c:function:: PyObject* _PyObject_New(PyTypeObject *type)
/external/python/cpython3/PC/
Dpython3.def780 _PyObject_New=python39._PyObject_New
/external/python/cpython2/PC/os2emx/
Dpython27.def484 "_PyObject_New"
/external/python/cpython2/Doc/data/
Drefcounts.dat1825 _PyObject_New:PyObject*::+1:
1826 _PyObject_New:PyTypeObject*:type:0:
/external/python/cpython3/Objects/
Dobject.c163 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function
/external/python/cpython3/Doc/data/
Drefcounts.dat3054 _PyObject_New:PyObject*::+1:
3055 _PyObject_New:PyTypeObject*:type:0:
/external/python/cpython2/Objects/
Dobject.c241 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function