Home
last modified time | relevance | path

Searched refs:NLCRE_bol (Results 1 – 1 of 1) 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)