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

Method write

mypy/build.py:5259–5261  ·  view source on GitHub ↗
(self, buf: WriteBuffer)

Source from the content-addressed store, hash-verified

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)
5261 write_str_list(buf, self.error_lines)
5262
5263
5264class SccResponseMessage(IPCMessage):

Callers

nothing calls this directly

Calls 2

write_str_optFunction · 0.90
write_str_listFunction · 0.90

Tested by

no test coverage detected