Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
426
class
TestShelveInMemBase(TestShelveBase):
427
def
_empty_mapping(self):
428
return
shelve.Shelf(byteskeydict(), **self._args)
429
430
431
class
TestShelveFileBase(TestShelveBase):
Callers
nothing calls this directly
Calls
1
byteskeydict
Class · 0.85
Tested by
no test coverage detected