Skip to main content

PyUnicode_RPartition

Function PyUnicode_RPartition 

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