Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Dfeedparser.py33 NLCRE_eol = re.compile(r'(\r\n|\r|\n)\Z') variable
362 eolmo = NLCRE_eol.search(lastline)
399 mo = NLCRE_eol.search(epilogue)
406 mo = NLCRE_eol.search(payload)
494 mo = NLCRE_eol.search(line)