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

Method test_decode_one_line_nl

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

Source from the content-addressed store, hash-verified

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')
4785
4786 def test_decode_one_line_crnl(self):
4787 self._test_decode('hello\r\n', 'helloX', eol='X')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected