Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h794 static inline Py_ALWAYS_INLINE void Py_INCREF(PyObject *op) in Py_INCREF() function
846 # define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op)) macro