Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h411 #define Py_INCREF(op) _Py_INCREF(_PyObject_CAST(op)) macro
/external/python/cpython2/Include/
Dobject.h767 #define Py_INCREF(op) ( \ macro