[go: up one dir, main page]

Function pyo3::ffi::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.