Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c3287 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index() function
3337 return match_getslice_by_index(self, match_getindex(self, index), def); in match_getslice()
3402 item = match_getslice_by_index(self, index, def); in match_groups()