[go: up one dir, main page]

Function pyo3::ffi::PyObject_CallMethodOneArg

source ยท
pub unsafe fn PyObject_CallMethodOneArg(
    self_: *mut PyObject,
    name: *mut PyObject,
    arg: *mut PyObject,
) -> *mut PyObject
Available on Py_3_9 and neither PyPy nor GraalPy only.