Function python3_sys::PyUnicode_Substring
[−]
[src]
pub unsafe extern "C" fn PyUnicode_Substring(
str: *mut PyObject,
start: Py_ssize_t,
end: Py_ssize_t
) -> *mut PyObject