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

Method test_decode_one_line

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

Source from the content-addressed store, hash-verified

4772 self._test_decode('hello', 'hello', eol='X')
4773
4774 def test_decode_one_line(self):
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')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected