Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
def
loads(data: bytes) -> Any:
305
assert isinstance(data, bytes)
306
r = Reader(data)
307
return
r.r_object()
308
309
310
def
main():
Callers
2
meta
Method · 0.90
main
Function · 0.70
Calls
2
r_object
Method · 0.95
Reader
Class · 0.85
Tested by
no test coverage detected