Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dgenerator.py20 fcre = re.compile(r'^From ', re.MULTILINE) variable
179 payload = fcre.sub('>From ', payload)
216 preamble = fcre.sub('>From ', msg.preamble)
237 epilogue = fcre.sub('>From ', msg.epilogue)
Dheader.py48 fcre = re.compile(r'[\041-\176]+:$') variable
460 len(this) == 1 and fcre.match(this[0]):
/external/python/cpython3/Lib/email/
Dgenerator.py22 fcre = re.compile(r'^From ', re.MULTILINE) variable
248 payload = fcre.sub('>From ', payload)
285 preamble = fcre.sub('>From ', msg.preamble)
307 epilogue = fcre.sub('>From ', msg.epilogue)
429 msg._payload = fcre.sub(">From ", msg._payload)
Dheader.py48 fcre = re.compile(r'[\041-\176]+:$') variable