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

Method test_decode_one_word

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

Source from the content-addressed store, hash-verified

4766 self._test_decode('\r\n', '\n')
4767
4768 def test_decode_one_word(self):
4769 self._test_decode('hello', 'hello')
4770
4771 def test_decode_one_word_eol(self):
4772 self._test_decode('hello', 'hello', eol='X')

Callers

nothing calls this directly

Calls 1

_test_decodeMethod · 0.95

Tested by

no test coverage detected