Skip to main content

PyNumber_InPlaceAnd

Function PyNumber_InPlaceAnd 

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