Function PyObject_CallMethodOneArg
pub unsafe fn PyObject_CallMethodOneArg(
self_: *mut PyObject,
name: *mut PyObject,
arg: *mut PyObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.