Function python27_sys::Py_FindMethod [] [src]

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