Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h1093 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group);
1110 _return_value = _sre_SRE_Match_end_impl(self, group); in _sre_SRE_Match_end()
/external/python/cpython3/Modules/
D_sre.c2140 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group) in _sre_SRE_Match_end_impl() function