MCPcopy Create free account
hub / github.com/Sally-SH/VSP-LLM / __Pyx_CyFunction_New

Function __Pyx_CyFunction_New

fairseq/fairseq/data/data_utils_fast.cpp:29155–29165  ·  view source on GitHub ↗

CythonFunction */

Source from the content-addressed store, hash-verified

29153
29154/* CythonFunction */
29155 static PyObject *__Pyx_CyFunction_New(PyMethodDef *ml, int flags, PyObject* qualname,
29156 PyObject *closure, PyObject *module, PyObject* globals, PyObject* code) {
29157 PyObject *op = __Pyx_CyFunction_Init(
29158 PyObject_GC_New(__pyx_CyFunctionObject, __pyx_CyFunctionType),
29159 ml, flags, qualname, closure, module, globals, code
29160 );
29161 if (likely(op)) {
29162 PyObject_GC_Track(op);
29163 }
29164 return op;
29165}
29166
29167/* CLineInTraceback */
29168 #ifndef CYTHON_CLINE_IN_TRACEBACK

Callers 1

Calls 1

__Pyx_CyFunction_InitFunction · 0.70

Tested by

no test coverage detected