MCPcopy Index your code
hub / github.com/python/cpython / _empty_mapping

Method _empty_mapping

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

Source from the content-addressed store, hash-verified

425
426class TestShelveInMemBase(TestShelveBase):
427 def _empty_mapping(self):
428 return shelve.Shelf(byteskeydict(), **self._args)
429
430
431class TestShelveFileBase(TestShelveBase):

Callers

nothing calls this directly

Calls 1

byteskeydictClass · 0.85

Tested by

no test coverage detected