Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c241 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c241 _PyObject_New(PyTypeObject *tp) in _PyObject_New() function