Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_email.py4297 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4312 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4319 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF