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

Method test_bytes_path_file_shelf

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

Source from the content-addressed store, hash-verified

85 self.test_open_template(filename=os_helper.FakePath(self.fn))
86
87 def test_bytes_path_file_shelf(self):
88 self.test_open_template(filename=os.fsencode(self.fn))
89
90 def test_pathlib_bytes_path_file_shelf(self):
91 self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn)))

Callers

nothing calls this directly

Calls 2

test_open_templateMethod · 0.95
fsencodeMethod · 0.80

Tested by

no test coverage detected