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

Method test_decode_two_lines

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

Source from the content-addressed store, hash-verified

4793 self._test_decode('hello\r\nworld', 'helloXworld', eol='X')
4794
4795 def test_decode_two_lines(self):
4796 self._test_decode('hello\r\nworld\r\n', 'hello\nworld\n')
4797
4798 def test_decode_two_lines_eol(self):
4799 self._test_decode('hello\r\nworld\r\n', 'helloXworldX', eol='X')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected