[][src]Function python3_sys::PyObject_CallMethodObjArgs

pub unsafe extern "C" fn PyObject_CallMethodObjArgs(
    obj: *mut PyObject,
    name: *mut PyObject,
    _: ...
) -> *mut PyObject