Searched defs:NLCRE (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/email/ | ||
H A D | generator.py | 21 NLCRE = re.compile(r'\r\n|\r|\n') variable |
H A D | feedparser.py | 31 NLCRE = re.compile(r'\r\n|\r|\n') variable |
Completed in 2 milliseconds