Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
/external/python/cpython3/Include/
Dobjimpl.h133 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
137 ( (type *) _PyObject_New(typeobj) )
/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.def775 _PyObject_New=python37._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.c252 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function
/external/python/cpython3/Doc/data/
Drefcounts.dat3015 _PyObject_New:PyObject*::+1:
3016 _PyObject_New:PyTypeObject*:type:0:
/external/python/cpython2/Objects/
Dobject.c241 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function