[go: up one dir, main page]

pyo3::ffi

Function PyObject_VectorcallMethod

Source
pub unsafe extern "C" fn PyObject_VectorcallMethod(
    name: *mut PyObject,
    args: *const *mut PyObject,
    nargsf: usize,
    kwnames: *mut PyObject,
) -> *mut PyObject
Available on Py_3_9 and neither PyPy nor GraalPy only.