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

Function __pyx_CyFunction_init

eval/CIPO_evaluation/pycocotools/_mask.c:12914–12920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12912#endif
12913};
12914static int __pyx_CyFunction_init(void) {
12915 __pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type);
12916 if (unlikely(__pyx_CyFunctionType == NULL)) {
12917 return -1;
12918 }
12919 return 0;
12920}
12921static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) {
12922 __pyx_CyFunctionObject *m = (__pyx_CyFunctionObject *) func;
12923 m->defaults = PyObject_Malloc(size);

Callers 1

_mask.cFile · 0.85

Calls 1

__Pyx_FetchCommonTypeFunction · 0.85

Tested by

no test coverage detected