Searched defs:PyObject_NEW_VAR (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | objimpl.h | 173 #define PyObject_NEW_VAR(type, typeobj, n) \ macro |
/external/python/cpython2/Include/ | ||
D | objimpl.h | 196 #define PyObject_NEW_VAR(type, typeobj, n) \ macro |