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

Method write

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

Source from the content-addressed store, hash-verified

312 raise NotImplementedError(f"Cannot deserialize {cls.__name__} instance")
313
314 def write(self, data: WriteBuffer) -> None:
315 raise NotImplementedError(f"Cannot serialize {self.__class__.__name__} instance")
316
317 @classmethod
318 def read(cls, data: ReadBuffer) -> Type:

Callers 13

writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
write_type_optFunction · 0.45
write_type_listFunction · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected