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

Method read

mypy/build.py:5256–5257  ·  view source on GitHub ↗
(cls, buf: ReadBuffer)

Source from the content-addressed store, hash-verified

5254
5255 @classmethod
5256 def read(cls, buf: ReadBuffer) -> ModuleResult:
5257 return ModuleResult(read_str_opt(buf), read_str_list(buf))
5258
5259 def write(self, buf: WriteBuffer) -> None:
5260 write_str_opt(buf, self.interface_hash)

Callers

nothing calls this directly

Calls 3

read_str_optFunction · 0.90
read_str_listFunction · 0.90
ModuleResultClass · 0.85

Tested by

no test coverage detected