HomeSort by relevance Sort by last modified time
    Searched defs:SRE_FLAG_ASCII (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
sre_constants.py 212 SRE_FLAG_ASCII = 256 # use ascii "locale"
255 f.write("#define SRE_FLAG_ASCII %d\n" % SRE_FLAG_ASCII)
  /external/python/cpython3/Modules/
sre_constants.h 94 #define SRE_FLAG_ASCII 256

Completed in 447 milliseconds