Searched defs:PyObject_INIT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | objimpl.h | 163 #define PyObject_INIT(op, typeobj) \ macro |
/external/python/cpython3/Include/ | ||
D | objimpl.h | 143 #define PyObject_INIT(op, typeobj) \ macro |