[][src]Function python27_sys::Py_FindMethod

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