Searched defs:Py_XDECREF (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
H A D__init__.pxd20 from cpython.ref cimport Py_INCREF, Py_XDECREF namespace
973 Py_XDECREF(arr.base)
/external/chromium_org/third_party/cython/src/Cython/Runtime/
H A Drefnanny.pyx1 from cpython.ref cimport PyObject, Py_INCREF, Py_DECREF, Py_XDECREF, Py_XINCREF namespace
147 Py_XDECREF(obj)
171 Py_XDECREF(ctx[0])

Completed in 1413 milliseconds