Skip to main content

PyNumber_InPlaceOr

Function PyNumber_InPlaceOr 

Source
pub unsafe extern "C" fn PyNumber_InPlaceOr(
    o1: *mut PyObject,
    o2: *mut PyObject,
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here