Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h490 _sre_compile_impl(PyObject *module, PyObject *pattern, int flags,
511 return_value = _sre_compile_impl(module, pattern, flags, code, groups, groupindex, indexgroup); in _sre_compile()
/external/python/cpython3/Modules/
D_sre.c1337 _sre_compile_impl(PyObject *module, PyObject *pattern, int flags, in _sre_compile_impl() function