Function pyo3::ffi::PyObject_Vectorcall
source · [−]pub unsafe fn PyObject_Vectorcall(
callable: *mut PyObject,
args: *const *mut PyObject,
nargsf: usize,
kwnames: *mut PyObject
) -> *mut PyObjectThis is supported on
Py_3_8 and non-PyPy only.