Function python27_sys::PyEval_CallObjectWithKeywords[][src]

pub unsafe extern "C" fn PyEval_CallObjectWithKeywords(
    callable: *mut PyObject,
    args: *mut PyObject,
    kwds: *mut PyObject
) -> *mut PyObject