Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h560 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value);
574 return_value = _sre_SRE_Match_groups_impl(self, default_value); in _sre_SRE_Match_groups()
/external/python/cpython3/Modules/
D_sre.c2041 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groups_impl() function