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

Method test_encode_one_space

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

Source from the content-addressed store, hash-verified

4869 'hello=CF=85\r\n', eol='\r\n')
4870
4871 def test_encode_one_space(self):
4872 self._test_encode(' ', '=20')
4873
4874 def test_encode_one_line_one_space(self):
4875 self._test_encode(' \n', '=20\n')

Callers

nothing calls this directly

Calls 1

_test_encodeMethod · 0.95

Tested by

no test coverage detected