python27_sys

Function Py_FindMethod

Source
pub unsafe extern "C" fn Py_FindMethod(
    methods: *mut PyMethodDef,
    slf: *mut PyObject,
    name: *const c_char,
) -> *mut PyObject