Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dfeedparser.py30 NLCRE_bol = re.compile('(\r\n|\r|\n)') variable
437 bolmo = NLCRE_bol.match(firstline)
/external/python/cpython3/Lib/email/
Dfeedparser.py32 NLCRE_bol = re.compile(r'(\r\n|\r|\n)') variable
456 bolmo = NLCRE_bol.match(firstline)