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

Function __Pyx_CyFunction_get_dict

eval/CIPO_evaluation/pycocotools/_mask.c:12448–12458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12446 return self;
12447}
12448static PyObject *
12449__Pyx_CyFunction_get_dict(__pyx_CyFunctionObject *op, CYTHON_UNUSED void *context)
12450{
12451 if (unlikely(op->func_dict == NULL)) {
12452 op->func_dict = PyDict_New();
12453 if (unlikely(op->func_dict == NULL))
12454 return NULL;
12455 }
12456 Py_INCREF(op->func_dict);
12457 return op->func_dict;
12458}
12459static int
12460__Pyx_CyFunction_set_dict(__pyx_CyFunctionObject *op, PyObject *value, CYTHON_UNUSED void *context)
12461{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected