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

Method test_proto2_file_shelf

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

Source from the content-addressed store, hash-verified

80 self.test_open_template(protocol=1)
81
82 def test_proto2_file_shelf(self):
83 self.test_open_template(protocol=2)
84
85 def test_pathlib_path_file_shelf(self):
86 self.test_open_template(filename=os_helper.FakePath(self.fn))

Callers

nothing calls this directly

Calls 1

test_open_templateMethod · 0.95

Tested by

no test coverage detected