Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A Dfeedparser.py31 NLCRE = re.compile(r'\r\n|\r|\n') variable
234 if not NLCRE.match(line):
265 self._input.push_eof_matcher(NLCRE.match)
H A Dgenerator.py21 NLCRE = re.compile(r'\r\n|\r|\n') variable
154 lines = NLCRE.split(lines)
161 # with it and pass without it. (NLCRE.split ends with a blank element

Completed in 2 milliseconds