Skip to main content

PyCFunction_GET_FUNCTION

Function PyCFunction_GET_FUNCTION 

pub unsafe fn PyCFunction_GET_FUNCTION(
    func: *mut PyObject,
) -> PyMethodDefPointer
Available on crate feature tls and non-GraalPy only.