Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ test_ascii_file_shelf
Method
test_ascii_file_shelf
Lib/test/test_shelve.py:76–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
s.close()
75
76
def
test_ascii_file_shelf(self):
77
self.test_open_template(protocol=0)
78
79
def
test_binary_file_shelf(self):
80
self.test_open_template(protocol=1)
Callers
nothing calls this directly
Calls
1
test_open_template
Method · 0.95
Tested by
no test coverage detected