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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 20 fcre = re.compile(r'^From ', re.MULTILINE) variable
180 payload = fcre.sub('>From ', payload)
217 preamble = fcre.sub('>From ', msg.preamble)
239 epilogue = fcre.sub('>From ', msg.epilogue)
header.py 48 fcre = re.compile(r'[\041-\176]+:$') variable
465 len(this) == 1 and fcre.match(this[0]):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 20 fcre = re.compile(r'^From ', re.MULTILINE) variable
180 payload = fcre.sub('>From ', payload)
217 preamble = fcre.sub('>From ', msg.preamble)
239 epilogue = fcre.sub('>From ', msg.epilogue)
header.py 48 fcre = re.compile(r'[\041-\176]+:$') variable
465 len(this) == 1 and fcre.match(this[0]):

Completed in 333 milliseconds