Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ deserialize
Method
deserialize
mypyc/ir/rtypes.py:1111–1112 ·
view source on GitHub ↗
(cls, data: JsonDict, ctx: DeserMaps)
Source
from the content-addressed store, hash-verified
1109
1110
@classmethod
1111
def
deserialize(cls, data: JsonDict, ctx: DeserMaps) -> RVec:
1112
return
RVec(deserialize_type(data[
"item_type"
], ctx))
1113
1114
1115
@final
Callers
1
deserialize_type
Function · 0.45
Calls
2
RVec
Class · 0.85
deserialize_type
Function · 0.70
Tested by
no test coverage detected