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

Method test_binary_file_shelf

Lib/test/test_shelve.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self.test_open_template(protocol=0)
77
78 def test_binary_file_shelf(self):
79 self.test_open_template(protocol=1)
80
81 def test_proto2_file_shelf(self):
82 self.test_open_template(protocol=2)

Callers

nothing calls this directly

Calls 1

test_open_templateMethod · 0.95

Tested by

no test coverage detected