Function pyo3::ffi::_PyObject_MakeTpCall

source ·
pub unsafe extern "C" fn _PyObject_MakeTpCall(
    tstate: *mut PyThreadState,
    callable: *mut PyObject,
    args: *const *mut PyObject,
    nargs: isize,
    keywords: *mut PyObject
) -> *mut PyObject
Available on Py_3_8 and neither PyPy nor GraalPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here