Skip to main content

PyUnicode_Join

Function PyUnicode_Join 

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