Home
last modified time | relevance | path

Searched refs:SRE_FLAG_VERBOSE (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_constants.h94 #define SRE_FLAG_VERBOSE 64 macro
H A Dsre.c1321 {"re.VERBOSE", SRE_FLAG_VERBOSE}, in pattern_repr()
/third_party/python/Lib/re/
H A D_parser.py61 "x": SRE_FLAG_VERBOSE,
460 verbose = state.flags & SRE_FLAG_VERBOSE
844 verbose = state.flags & SRE_FLAG_VERBOSE
861 sub_verbose = ((verbose or (add_flags & SRE_FLAG_VERBOSE)) and
862 not (del_flags & SRE_FLAG_VERBOSE))
980 p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
H A D_constants.py213 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments variable
H A D__init__.py150 VERBOSE = X = _compiler.SRE_FLAG_VERBOSE # ignore whitespace and comments

Completed in 8 milliseconds