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

Method test_decode_one_line_cr

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

Source from the content-addressed store, hash-verified

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')
4782
4783 def test_decode_one_line_nl(self):
4784 self._test_decode('hello\n', 'helloX', eol='X')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected