Home
last modified time | relevance | path

Searched refs:SRE_FLAG_VERBOSE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dsre_constants.py213 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments variable
256 f.write("#define SRE_FLAG_VERBOSE %d\n" % SRE_FLAG_VERBOSE)
Dsre_parse.py59 "x": SRE_FLAG_VERBOSE,
417 if state.flags & SRE_FLAG_VERBOSE:
724 if not (flags & SRE_FLAG_VERBOSE) and p.pattern.flags & SRE_FLAG_VERBOSE:
Dre.py126 X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
/external/python/cpython2/Modules/
Dsre_constants.h83 #define SRE_FLAG_VERBOSE 64 macro