Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h527 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template);
541 return_value = _sre_SRE_Match_expand_impl(self, template); in _sre_SRE_Match_expand()
/external/python/cpython3/Modules/
D_sre.c1980 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template) in _sre_SRE_Match_expand_impl() function