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

Method read

mypy/dmypy_util.py:83–84  ·  view source on GitHub ↗
(self, n: int = 0)

Source from the content-addressed store, hash-verified

81 return self._isatty
82
83 def read(self, n: int = 0) -> str:
84 raise io.UnsupportedOperation
85
86 def readable(self) -> bool:
87 return False

Callers 1

receiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected