Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ load_unicode
Method
load_unicode
Lib/pickle.py:1497–1498 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1495
dispatch[BINBYTES[0]] = load_binbytes
1496
1497
def
load_unicode(self):
1498
self.append(str(self.readline()[:-1],
'raw-unicode-escape'
))
1499
dispatch[UNICODE[0]] = load_unicode
1500
1501
def
load_binunicode(self):
Callers
nothing calls this directly
Calls
3
str
Function · 0.85
append
Method · 0.45
readline
Method · 0.45
Tested by
no test coverage detected