MCPcopy Index your code
hub / github.com/python/cpython / test_encode_null_lines

Method test_encode_null_lines

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

Source from the content-addressed store, hash-verified

4852 self._test_encode('', '')
4853
4854 def test_encode_null_lines(self):
4855 self._test_encode('\n\n', '\n\n')
4856
4857 def test_encode_one_line(self):
4858 self._test_encode('hello\n', 'hello\n')

Callers

nothing calls this directly

Calls 1

_test_encodeMethod · 0.95

Tested by

no test coverage detected