Searched defs:Py_INCREF (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | object.h | 411 #define Py_INCREF(op) _Py_INCREF(_PyObject_CAST(op)) macro |
/external/python/cpython2/Include/ | ||
D | object.h | 767 #define Py_INCREF(op) ( \ macro |