Home
last modified time | relevance | path

Searched refs:string_item (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dstringobject.c1176 string_item(PyStringObject *a, register Py_ssize_t i) in string_item() function
1311 return string_item(self, i); in string_subscript()
1416 (ssizeargfunc)string_item, /*sq_item*/