Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Dfeedparser.py32 NLCRE_bol = re.compile(r'(\r\n|\r|\n)') variable
456 bolmo = NLCRE_bol.match(firstline)