[go: up one dir, main page]

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 non-PyPy only.