Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) macro
/external/python/cpython2/Include/
Dobjimpl.h196 #define PyObject_NEW_VAR(type, typeobj, n) \ macro