Skip to main content

PyCFunction_New

Function PyCFunction_New 

pub unsafe fn PyCFunction_New(
    ml: *mut PyMethodDef,
    slf: *mut PyObject,
) -> *mut PyObject
Available on Py_3_9 and crate feature tls only.