Skip to main content

PyNumber_Invert

Function PyNumber_Invert 

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