Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h166 _sre_SRE_Pattern_match_impl(PatternObject *self, PyObject *string,
183 return_value = _sre_SRE_Pattern_match_impl(self, string, pos, endpos); in _sre_SRE_Pattern_match()
/external/python/cpython3/Modules/
D_sre.c596 _sre_SRE_Pattern_match_impl(PatternObject *self, PyObject *string, in _sre_SRE_Pattern_match_impl() function