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

Function __Pyx_CyFunction_dealloc

eval/CIPO_evaluation/pycocotools/_mask.c:12713–12717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12711 PyObject_GC_Del(m);
12712}
12713static void __Pyx_CyFunction_dealloc(__pyx_CyFunctionObject *m)
12714{
12715 PyObject_GC_UnTrack(m);
12716 __Pyx__CyFunction_dealloc(m);
12717}
12718static int __Pyx_CyFunction_traverse(__pyx_CyFunctionObject *m, visitproc visit, void *arg)
12719{
12720 Py_VISIT(m->func_closure);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected