Searched defs:Py_INCREF (Results 1 - 1 of 1) sorted by relevance
| /third_party/python/Include/ | ||
| H A D | object.h | 491 static inline void Py_INCREF(PyObject *op) in Py_INCREF() function 506 # define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op)) macro [all...] |
Completed in 3 milliseconds