MCPcopy Create free account
hub / github.com/python/cpython / test_decode_null_word

Method test_decode_null_word

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

Source from the content-addressed store, hash-verified

4760 self.assertEqual(decoded, expected_decoded)
4761
4762 def test_decode_null_word(self):
4763 self._test_decode('', '')
4764
4765 def test_decode_null_line_null_word(self):
4766 self._test_decode('\r\n', '\n')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected