MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _load

Function _load

tools/python-3.11.9-amd64/Lib/pickle.py:1762–1765  ·  view source on GitHub ↗
(file, *, fix_imports=True, encoding="ASCII", errors="strict",
          buffers=None)

Source from the content-addressed store, hash-verified

1760 return res
1761
1762def _load(file, *, fix_imports=True, encoding="ASCII", errors="strict",
1763 buffers=None):
1764 return _Unpickler(file, fix_imports=fix_imports, buffers=buffers,
1765 encoding=encoding, errors=errors).load()
1766
1767def _loads(s, /, *, fix_imports=True, encoding="ASCII", errors="strict",
1768 buffers=None):

Callers

nothing calls this directly

Calls 2

_UnpicklerClass · 0.85
loadMethod · 0.45

Tested by

no test coverage detected