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

Method _empty_mapping

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

Source from the content-addressed store, hash-verified

175
176class TestShelveInMemBase(TestShelveBase):
177 def _empty_mapping(self):
178 return shelve.Shelf(byteskeydict(), **self._args)
179
180
181class TestShelveFileBase(TestShelveBase):

Callers

nothing calls this directly

Calls 1

byteskeydictClass · 0.85

Tested by

no test coverage detected