(self)
| 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') |
nothing calls this directly
no test coverage detected