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