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

Function __Pyx_CyFunction_New

eval/CIPO_evaluation/pycocotools/_mask.c:12948–12958  ·  view source on GitHub ↗

CythonFunction */

Source from the content-addressed store, hash-verified

12946
12947/* CythonFunction */
12948 static PyObject *__Pyx_CyFunction_New(PyMethodDef *ml, int flags, PyObject* qualname,
12949 PyObject *closure, PyObject *module, PyObject* globals, PyObject* code) {
12950 PyObject *op = __Pyx_CyFunction_Init(
12951 PyObject_GC_New(__pyx_CyFunctionObject, __pyx_CyFunctionType),
12952 ml, flags, qualname, closure, module, globals, code
12953 );
12954 if (likely(op)) {
12955 PyObject_GC_Track(op);
12956 }
12957 return op;
12958}
12959
12960/* BufferFallbackError */
12961 static void __Pyx_RaiseBufferFallbackError(void) {

Callers 1

Calls 1

__Pyx_CyFunction_InitFunction · 0.85

Tested by

no test coverage detected