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