MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_encode_one_line

Method test_encode_one_line

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

Source from the content-addressed store, hash-verified

4925 self._test_encode('\n\n', '\n\n')
4926
4927 def test_encode_one_line(self):
4928 self._test_encode('hello\n', 'hello\n')
4929
4930 def test_encode_one_line_crlf(self):
4931 self._test_encode('hello\r\n', 'hello\n')

Callers

nothing calls this directly

Calls 1

_test_encodeMethod · 0.95

Tested by

no test coverage detected