Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest_email.py4312 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4319 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF