MCPcopy 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_typeFunction · 0.45

Calls 2

RVecClass · 0.85
deserialize_typeFunction · 0.70

Tested by

no test coverage detected