[go: up one dir, main page]

pyo3::ffi

Function PyObject_Vectorcall

Source
pub unsafe fn PyObject_Vectorcall(
    callable: *mut PyObject,
    args: *const *mut PyObject,
    nargsf: usize,
    kwnames: *mut PyObject,
) -> *mut PyObject
Available on Py_3_8 and neither PyPy nor GraalPy only.