Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h1019 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value);
1040 return_value = _sre_SRE_Match_groupdict_impl(self, default_value); in _sre_SRE_Match_groupdict()
/external/python/cpython3/Modules/
D_sre.c2073 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groupdict_impl() function