MCPcopy Create free account
hub / github.com/python/cpython / test_decode_one_line_lf

Method test_decode_one_line_lf

Lib/test/test_email/test_email.py:4777–4778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4775 self._test_decode('hello\r\n', 'hello\n')
4776
4777 def test_decode_one_line_lf(self):
4778 self._test_decode('hello\n', 'hello\n')
4779
4780 def test_decode_one_line_cr(self):
4781 self._test_decode('hello\r', 'hello\n')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected