Home
last modified time | relevance | path

Searched defs:PyObject_NewVar (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Misc/
Dpymemcompat.h55 #define PyObject_NewVar PyObject_NEW_VAR macro
/external/python/cpython3/Include/
Dobjimpl.h131 #define PyObject_NewVar(type, typeobj, n) \ macro
/external/python/cpython2/Include/
Dobjimpl.h158 #define PyObject_NewVar(type, typeobj, n) \ macro