Home
last modified time | relevance | path

Searched refs:_Py_INCREF (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Include/
Dobject.h403 static inline void _Py_INCREF(PyObject *op) in _Py_INCREF() function
411 #define Py_INCREF(op) _Py_INCREF(_PyObject_CAST(op))