devela::_dep::pyo3::ffi

Function PyEval_CallObjectWithKeywords

pub unsafe extern "C" fn PyEval_CallObjectWithKeywords(
    func: *mut PyObject,
    obj: *mut PyObject,
    kwargs: *mut PyObject,
) -> *mut PyObject
👎Deprecated: Python 3.9
Available on crate features dep_pyo3 and std only.