Home
last modified time | relevance | path

Searched defs:PyObject_NEW (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobjimpl.h129 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) macro
/external/python/cpython2/Include/
Dobjimpl.h192 #define PyObject_NEW(type, typeobj) \ macro