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

Method test_encode_one_space

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

Source from the content-addressed store, hash-verified

4939 'hello=CF=85\r\n', eol='\r\n')
4940
4941 def test_encode_one_space(self):
4942 self._test_encode(' ', '=20')
4943
4944 def test_encode_one_line_one_space(self):
4945 self._test_encode(' \n', '=20\n')

Callers

nothing calls this directly

Calls 1

_test_encodeMethod · 0.95

Tested by

no test coverage detected