MCPcopy Index your code
hub / github.com/RustPython/RustPython / load_unicode

Method load_unicode

Lib/pickle.py:1471–1472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1469 dispatch[BINBYTES[0]] = load_binbytes
1470
1471 def load_unicode(self):
1472 self.append(str(self.readline()[:-1], 'raw-unicode-escape'))
1473 dispatch[UNICODE[0]] = load_unicode
1474
1475 def load_binunicode(self):

Callers

nothing calls this directly

Calls 3

strFunction · 0.85
appendMethod · 0.45
readlineMethod · 0.45

Tested by

no test coverage detected