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

Function __Pyx_CyFunction_Call

eval/CIPO_evaluation/pycocotools/_mask.c:12822–12824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12820 return NULL;
12821}
12822static CYTHON_INLINE PyObject *__Pyx_CyFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) {
12823 return __Pyx_CyFunction_CallMethod(func, ((PyCFunctionObject*)func)->m_self, arg, kw);
12824}
12825static PyObject *__Pyx_CyFunction_CallAsMethod(PyObject *func, PyObject *args, PyObject *kw) {
12826 PyObject *result;
12827 __pyx_CyFunctionObject *cyfunc = (__pyx_CyFunctionObject *) func;

Callers 1

Calls 1

Tested by

no test coverage detected