Home
last modified time | relevance | path

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

/third_party/python/Modules/_sre/
H A Dsre.c2022 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index() function
2096 return match_getslice_by_index(self, i, def); in match_getslice()
2181 item = match_getslice_by_index(self, index, default_value); in _sre_SRE_Match_groups_impl()
2434 PyObject *group0 = match_getslice_by_index(self, 0, Py_None); in match_repr()

Completed in 4 milliseconds