Skip to main content

PyObject_CallNoArgs

Function PyObject_CallNoArgs 

pub unsafe extern "C" fn PyObject_CallNoArgs(
    func: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls and (Py_3_10, or Py_3_9 and non-Py_LIMITED_API) and non-PyPy only.