Skip to main content

PyObject_CallNoArgs

Function PyObject_CallNoArgs 

Source
pub unsafe extern "C" fn PyObject_CallNoArgs(
    func: *mut PyObject,
) -> *mut PyObject
Available on non-PyPy and (Py_3_10, or non-Py_LIMITED_API and Py_3_9) only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here