devela::_dep::pyo3::ffi

Function PyEval_CallObject

pub unsafe fn PyEval_CallObject(
    func: *mut PyObject,
    arg: *mut PyObject,
) -> *mut PyObject
👎Deprecated: Python 3.9
Available on crate features dep_pyo3 and std only.