HomeSort by relevance Sort by last modified time
    Searched refs:SRE_FLAG_VERBOSE (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 209 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments
252 f.write("#define SRE_FLAG_VERBOSE %d\n" % SRE_FLAG_VERBOSE)
re.py 122 X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
sre_parse.py 60 "x": SRE_FLAG_VERBOSE,
402 if state.flags & SRE_FLAG_VERBOSE:
697 if not (flags & SRE_FLAG_VERBOSE) and p.pattern.flags & SRE_FLAG_VERBOSE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 209 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments
252 f.write("#define SRE_FLAG_VERBOSE %d\n" % SRE_FLAG_VERBOSE)
re.py 122 X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
sre_parse.py 60 "x": SRE_FLAG_VERBOSE,
402 if state.flags & SRE_FLAG_VERBOSE:
697 if not (flags & SRE_FLAG_VERBOSE) and p.pattern.flags & SRE_FLAG_VERBOSE:

Completed in 44 milliseconds