Searched defs:NativeFunc (Results 1 – 2 of 2) sorted by relevance
30 using NativeFunc = std::function<PyObject *(PyObject *, PyObject *)>; variable
39 using NativeFunc = std::function<PyObject *(PyObject *, PyObject *)>; variable