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

Method read

mypy/types.py:318–319  ·  view source on GitHub ↗
(cls, data: ReadBuffer)

Source from the content-addressed store, hash-verified

316
317 @classmethod
318 def read(cls, data: ReadBuffer) -> Type:
319 raise NotImplementedError(f"Cannot deserialize {cls.__name__} instance")
320
321
322class TypeAliasType(Type):

Callers 12

readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
read_typeFunction · 0.45
read_function_likeFunction · 0.45
read_type_var_likesFunction · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected