MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_bytes_raw

Method test_bytes_raw

tests_python/test_safe_repr.py:193–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 self.assert_saferepr(value, value)
192
193 def test_bytes_raw(self):
194 value = b"A" * 10000
195 self.assert_saferepr(value, value.decode("ascii"))
196
197 def test_bytearray_raw(self):
198 value = bytearray(b"A" * 5)

Callers

nothing calls this directly

Calls 2

assert_safereprMethod · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected