Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscobj.pxi114 cdef inline void Py_DecRef(PyObject *ob) noexcept with gil: function
/petsc/src/sys/python/
H A Dpythonsys.c92 static void (*Py_DecRef)(PyObject *); variable