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

Function __Pyx_PyObject_CallOneArg

fairseq/fairseq/data/data_utils_fast.cpp:25687–25690  ·  view source on GitHub ↗

PyObjectCallOneArg */

Source from the content-addressed store, hash-verified

25685
25686/* PyObjectCallOneArg */
25687static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) {
25688 PyObject *args[2] = {NULL, arg};
25689 return __Pyx_PyObject_FastCall(func, args+1, 1 | __Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET);
25690}
25691
25692/* ObjectGetItem */
25693#if CYTHON_USE_TYPE_SLOTS

Calls

no outgoing calls

Tested by

no test coverage detected