Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A Dfeedparser.py33 NLCRE_eol = re.compile(r'(\r\n|\r|\n)\Z') variable
364 eolmo = NLCRE_eol.search(lastline)
401 mo = NLCRE_eol.search(epilogue)
408 mo = NLCRE_eol.search(payload)
496 mo = NLCRE_eol.search(line)

Completed in 1 milliseconds