Home
last modified time | relevance | path

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

/dports/lang/python37/Python-3.7.12/Lib/test/test_email/
H A Dtest_email.py4184 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4199 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4206 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_email/
H A Dtest_email.py4219 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4234 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4241 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_email/
H A Dtest_email.py4219 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4234 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4241 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/lang/python310/Python-3.10.1/Lib/test/test_email/
H A Dtest_email.py4240 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4255 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4262 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_email/
H A Dtest_email.py4219 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4234 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4241 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/lang/python38/Python-3.8.12/Lib/test/test_email/
H A Dtest_email.py4219 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4234 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4241 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_email/
H A Dtest_email.py4219 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4234 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4241 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/lang/python39/Python-3.9.9/Lib/test/test_email/
H A Dtest_email.py4225 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4240 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4247 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_email/
H A Dtest_email.py4240 data = self.normalize_linesep_regex.sub(self.blinesep, data)
4255 normalize_linesep_regex = re.compile(br'\r\n') variable in TestBytesGeneratorIdempotentNL
4262 normalize_linesep_regex = re.compile(br'(?<!\r)\n') variable in TestBytesGeneratorIdempotentCRLF