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

Function __Pyx_CyFunction_reduce

eval/CIPO_evaluation/pycocotools/_mask.c:12632–12640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12630 {0, 0, 0, 0, 0}
12631};
12632static PyObject *
12633__Pyx_CyFunction_reduce(__pyx_CyFunctionObject *m, CYTHON_UNUSED PyObject *args)
12634{
12635#if PY_MAJOR_VERSION >= 3
12636 return PyUnicode_FromString(m->func.m_ml->ml_name);
12637#else
12638 return PyString_FromString(m->func.m_ml->ml_name);
12639#endif
12640}
12641static PyMethodDef __pyx_CyFunction_methods[] = {
12642 {"__reduce__", (PyCFunction)__Pyx_CyFunction_reduce, METH_VARARGS, 0},
12643 {0, 0, 0, 0}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected