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

Function __Pyx__CyFunction_dealloc

eval/CIPO_evaluation/pycocotools/_mask.c:12706–12712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12704 return 0;
12705}
12706static void __Pyx__CyFunction_dealloc(__pyx_CyFunctionObject *m)
12707{
12708 if (__Pyx_CyFunction_weakreflist(m) != NULL)
12709 PyObject_ClearWeakRefs((PyObject *) m);
12710 __Pyx_CyFunction_clear(m);
12711 PyObject_GC_Del(m);
12712}
12713static void __Pyx_CyFunction_dealloc(__pyx_CyFunctionObject *m)
12714{
12715 PyObject_GC_UnTrack(m);

Callers 1

__Pyx_CyFunction_deallocFunction · 0.85

Calls 1

__Pyx_CyFunction_clearFunction · 0.85

Tested by

no test coverage detected