Searched refs:_sre_compile_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _sre.c.h | 490 _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.c | 1337 _sre_compile_impl(PyObject *module, PyObject *pattern, int flags, in _sre_compile_impl() function
|