[go: up one dir, main page]

PyFunction_SetKwDefaults

Function PyFunction_SetKwDefaults 

Source
pub unsafe extern "C" fn PyFunction_SetKwDefaults(
    op: *mut PyObject,
    defaults: *mut PyObject,
) -> i32