Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ readline
Method
readline
python/test_jsonrpc.py:276–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
274
""
"Stream that immediately returns empty bytes (simulates process death / EOF)."
""
275
276
def
readline(self):
277
return
b
""
278
279
def
read(self, n: int) -> bytes:
280
return
b
""
Callers
4
_stderr_loop
Method · 0.45
_read_message
Method · 0.45
_start_oauth_mcp_server
Function · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected