Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c1991 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index() function
2065 return match_getslice_by_index(self, i, def); in match_getslice()
2150 item = match_getslice_by_index(self, index, default_value); in _sre_SRE_Match_groups_impl()
2403 PyObject *group0 = match_getslice_by_index(self, 0, Py_None); in match_repr()
/external/python/cpython2/Modules/
D_sre.c3301 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index() function
3351 return match_getslice_by_index(self, match_getindex(self, index), def); in match_getslice()
3416 item = match_getslice_by_index(self, index, def); in match_groups()