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

Method test_marshal_str

extra_tests/snippets/stdlib_marshal.py:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self._test_marshal(10.0)
30
31 def test_marshal_str(self):
32 self._test_marshal("")
33 self._test_marshal("Hello, World")
34
35 def test_marshal_list(self):
36 self._test_marshal([])

Callers

nothing calls this directly

Calls 1

_test_marshalMethod · 0.95

Tested by

no test coverage detected