[go: up one dir, main page]

pyo3::ffi

Function PyObject_CallOneArg

Source
pub unsafe fn PyObject_CallOneArg(
    func: *mut PyObject,
    arg: *mut PyObject,
) -> *mut PyObject
Available on Py_3_8 and neither PyPy nor GraalPy only.