Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_event
Method · 0.95
getpending
Method · 0.95
Calls
1
read
Method · 0.45
Tested by
no test coverage detected