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

Method read

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

Source from the content-addressed store, hash-verified

1517
1518 @classmethod
1519 def read(cls, data: ReadBuffer) -> DeletedType:
1520 ret = DeletedType(read_str_opt(data))
1521 assert read_tag(data) == END_TAG
1522 return ret
1523
1524
1525# Fake TypeInfo to be used as a placeholder during Instance de-serialization.

Callers

nothing calls this directly

Calls 2

read_str_optFunction · 0.90
DeletedTypeClass · 0.85

Tested by

no test coverage detected