MCPcopy Index your code
hub / github.com/python/mypy / deserialize

Method deserialize

mypyc/ir/rtypes.py:806–808  ·  view source on GitHub ↗
(cls, data: JsonDict, ctx: DeserMaps)

Source from the content-addressed store, hash-verified

804
805 @classmethod
806 def deserialize(cls, data: JsonDict, ctx: DeserMaps) -> RTuple:
807 types = [deserialize_type(t, ctx) for t in data["types"]]
808 return RTuple(types)
809
810
811# Exception tuple: (exception class, exception instance, traceback object)

Callers

nothing calls this directly

Calls 2

RTupleClass · 0.85
deserialize_typeFunction · 0.70

Tested by

no test coverage detected