Searched refs:PythonBytecodeExecuteFunc (Results 1 – 1 of 1) sorted by relevance
1154 using PythonBytecodeExecuteFunc = std::function<PyObject *(int opargs, const PyObjectArray &objs, P… typedef1155 using PythonBytecodeFuncSet = std::pair<PythonBytecodeSupportCheckFunc, PythonBytecodeExecuteFunc>;