The Documentation for PyList_GetSlice could provide example usage

Well, that’s equivalent to [1:len(splittedContent)], right? So at least you can translate that.

But more generally, I would say that documentation page should explain how index parameters of type Py_ssize_t are interpreted. Are negative values supported with Python semantics, or do they have some other special meaning?