[go: up one dir, main page]

Function pyo3::ffi::PySequence_InPlaceConcat

source ยท
pub unsafe extern "C" fn PySequence_InPlaceConcat(
    o1: *mut PyObject,
    o2: *mut PyObject,
) -> *mut PyObject