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

Method read

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

Source from the content-addressed store, hash-verified

1585
1586 @classmethod
1587 def read(cls, data: ReadBuffer) -> ExtraAttrs:
1588 ret = ExtraAttrs(read_type_map(data), set(read_str_list(data)), read_str_opt(data))
1589 assert read_tag(data) == END_TAG
1590 return ret
1591
1592
1593class Instance(ProperType):

Callers

nothing calls this directly

Calls 5

read_str_listFunction · 0.90
read_str_optFunction · 0.90
ExtraAttrsClass · 0.85
read_type_mapFunction · 0.85
setClass · 0.85

Tested by

no test coverage detected