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

Function loads

tools/python-3.11.9-amd64/Tools/scripts/umarshal.py:304–307  ·  view source on GitHub ↗
(data: bytes)

Source from the content-addressed store, hash-verified

302
303
304def loads(data: bytes) -> Any:
305 assert isinstance(data, bytes)
306 r = Reader(data)
307 return r.r_object()
308
309
310def main():

Callers 2

metaMethod · 0.90
mainFunction · 0.70

Calls 2

r_objectMethod · 0.95
ReaderClass · 0.85

Tested by

no test coverage detected