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

Method write

mypy/types.py:3572–3575  ·  view source on GitHub ↗
(self, data: WriteBuffer)

Source from the content-addressed store, hash-verified

3570 )
3571
3572 def write(self, data: WriteBuffer) -> None:
3573 write_tag(data, TYPE_TYPE)
3574 self.item.write(data)
3575 write_tag(data, END_TAG)
3576
3577 @classmethod
3578 def read(cls, data: ReadBuffer) -> Type:

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected