Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_sre.c.h774 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group);
791 _return_value = _sre_SRE_Match_end_impl(self, group); in _sre_SRE_Match_end()
/third_party/python/Modules/
D_sre.c2239 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group) in _sre_SRE_Match_end_impl() function