Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
322
class
TypeAliasType(Type):
Callers
12
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read_type
Function · 0.45
read_function_like
Function · 0.45
read_type_var_likes
Function · 0.45
Calls
1
NotImplementedError
Class · 0.85
Tested by
no test coverage detected