Home
last modified time | relevance | path

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

/third_party/python/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()