MCPcopy 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

10from test.test_dbm import dbm_iterator
11
12def L1(s):
13 return s.decode("latin-1")
14
15class byteskeydict(MutableMapping):
16 "Mapping that supports bytes keys"

Callers 3

__getitem__Method · 0.85
__setitem__Method · 0.85
__delitem__Method · 0.85

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected