Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dfeedparser.py32 NLCRE_crack = re.compile('(\r\n|\r|\n)') variable
122 parts = NLCRE_crack.split(data)
/external/python/cpython3/Lib/email/
Dfeedparser.py34 NLCRE_crack = re.compile(r'(\r\n|\r|\n)') variable