Skip to main content

PyNumber_InPlaceAdd

Function PyNumber_InPlaceAdd 

pub unsafe extern "C" fn PyNumber_InPlaceAdd(
    o1: *mut PyObject,
    o2: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls only.