Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ read
Method
read
mypy/build.py:5181–5182 ·
view source on GitHub ↗
(cls, buf: ReadBuffer)
Source
from the content-addressed store, hash-verified
5179
5180
@classmethod
5181
def
read(cls, buf: ReadBuffer) -> AckMessage:
5182
return
AckMessage()
5183
5184
def
write(self, buf: WriteBuffer) -> None:
5185
write_tag(buf, ACK_MESSAGE)
Callers
nothing calls this directly
Calls
1
AckMessage
Class · 0.85
Tested by
no test coverage detected