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

Function __Pyx_CyFunction_get_self

eval/CIPO_evaluation/pycocotools/_mask.c:12438–12447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12436 return 0;
12437}
12438static PyObject *
12439__Pyx_CyFunction_get_self(__pyx_CyFunctionObject *m, CYTHON_UNUSED void *closure)
12440{
12441 PyObject *self;
12442 self = m->func_closure;
12443 if (self == NULL)
12444 self = Py_None;
12445 Py_INCREF(self);
12446 return self;
12447}
12448static PyObject *
12449__Pyx_CyFunction_get_dict(__pyx_CyFunctionObject *op, CYTHON_UNUSED void *context)
12450{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected