[go: up one dir, main page]

pub unsafe extern "C" fn PyObject_VectorcallDict(
callable: *mut PyObject,
args: *const *mut PyObject,
nargsf: usize,
kwdict: *mut PyObject
) -> *mut PyObject
Available on Py_3_8 only.