MCPcopy Index your code
hub / github.com/python/cpython / __read

Method __read

Lib/_pyrepl/unix_console.py:230–231  ·  view source on GitHub ↗
(self, n: int)

Source from the content-addressed store, hash-verified

228 self.prepare()
229
230 def __read(self, n: int) -> bytes:
231 return os.read(self.input_fd, n)
232
233 def change_encoding(self, encoding: str) -> None:
234 """

Callers 2

get_eventMethod · 0.95
getpendingMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected