MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / __Pyx_GetItemInt_Generic

Function __Pyx_GetItemInt_Generic

eval/CIPO_evaluation/pycocotools/_mask.c:11658–11664  ·  view source on GitHub ↗

GetItemInt */

Source from the content-addressed store, hash-verified

11656
11657/* GetItemInt */
11658static PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) {
11659 PyObject *r;
11660 if (!j) return NULL;
11661 r = PyObject_GetItem(o, j);
11662 Py_DECREF(j);
11663 return r;
11664}
11665static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
11666 CYTHON_NCP_UNUSED int wraparound,
11667 CYTHON_NCP_UNUSED int boundscheck) {

Callers 3

__Pyx_GetItemInt_FastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected