Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ L1
Function
L1
Lib/test/test_shelve.py:12–13 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
10
from
test.test_dbm
import
dbm_iterator
11
12
def
L1(s):
13
return
s.decode(
"latin-1"
)
14
15
class
byteskeydict(MutableMapping):
16
"Mapping that supports bytes keys"
Callers
3
__getitem__
Method · 0.85
__setitem__
Method · 0.85
__delitem__
Method · 0.85
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected