Skip to main content

PyUnicode_Substring

Function PyUnicode_Substring 

pub unsafe extern "C" fn PyUnicode_Substring(
    str: *mut PyObject,
    start: isize,
    end: isize,
) -> *mut PyObject
Available on crate feature tls only.