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

Method test_encode_null

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

Source from the content-addressed store, hash-verified

4919 self.assertLessEqual(len(line), maxlinelen)
4920
4921 def test_encode_null(self):
4922 self._test_encode('', '')
4923
4924 def test_encode_null_lines(self):
4925 self._test_encode('\n\n', '\n\n')

Callers

nothing calls this directly

Calls 1

_test_encodeMethod · 0.95

Tested by

no test coverage detected