Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h199 _sre_SRE_Pattern_fullmatch_impl(PatternObject *self, PyObject *string,
216 return_value = _sre_SRE_Pattern_fullmatch_impl(self, string, pos, endpos); in _sre_SRE_Pattern_fullmatch()
/external/python/cpython3/Modules/
D_sre.c635 _sre_SRE_Pattern_fullmatch_impl(PatternObject *self, PyObject *string, in _sre_SRE_Pattern_fullmatch_impl() function