Home
last modified time | relevance | path

Searched refs:SRE_FLAG_DEBUG (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_constants.h95 #define SRE_FLAG_DEBUG 128 macro
H A Dsre.c1322 {"re.DEBUG", SRE_FLAG_DEBUG}, in pattern_repr()
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c193 int SRE_FLAG_DEBUG = 0; variable
214 PyObject* debug_flag = PyObject_GetAttrString(sre_constants, "SRE_FLAG_DEBUG"); in init_sre_compile()
218 SRE_FLAG_DEBUG = PyLong_AsLong(debug_flag); in init_sre_compile()
232 /* We remove the SRE_FLAG_DEBUG if present. This is because it in fuzz_sre_compile()
234 flags &= ~SRE_FLAG_DEBUG; in fuzz_sre_compile()
/third_party/python/Lib/re/
H A D_constants.py214 SRE_FLAG_DEBUG = 128 # debugging variable
H A D__init__.py153 DEBUG = _compiler.SRE_FLAG_DEBUG # dump pattern after compilation
H A D_parser.py69 GLOBAL_FLAGS = SRE_FLAG_DEBUG | SRE_FLAG_TEMPLATE
992 if flags & SRE_FLAG_DEBUG:
H A D_compiler.py749 if flags & SRE_FLAG_DEBUG:

Completed in 9 milliseconds