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

Function __Pyx_CyFunction_get_code

eval/CIPO_evaluation/pycocotools/_mask.c:12491–12497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12489 return Py_None;
12490}
12491static PyObject *
12492__Pyx_CyFunction_get_code(__pyx_CyFunctionObject *op, CYTHON_UNUSED void *context)
12493{
12494 PyObject* result = (op->func_code) ? op->func_code : Py_None;
12495 Py_INCREF(result);
12496 return result;
12497}
12498static int
12499__Pyx_CyFunction_init_defaults(__pyx_CyFunctionObject *op) {
12500 int result = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected