Skip to main content

PyDescr_NewClassMethod

Function PyDescr_NewClassMethod 

pub unsafe extern "C" fn PyDescr_NewClassMethod(
    arg1: *mut PyTypeObject,
    arg2: *mut PyMethodDef,
) -> *mut PyObject
Available on crate feature tls only.