Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ readline
Method
readline
Lib/test/support/pty_helper.py:78–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self.lines = lines
77
78
def
readline(self):
79
line = self.lines.pop(0)
80
print(line)
81
return
line +
'\n'
Callers
15
_basetest_open_connection
Method · 0.45
handle_client
Method · 0.45
client
Method · 0.45
test_wait_closed_on_close
Method · 0.45
test_wait_closed_on_close_with_unread_data
Method · 0.45
inner
Method · 0.45
send_signal
Method · 0.45
client
Method · 0.45
serve
Method · 0.45
serve
Method · 0.45
_test_pipe
Method · 0.45
client
Method · 0.45
Calls
2
print
Function · 0.50
pop
Method · 0.45
Tested by
15
_basetest_open_connection
Method · 0.36
handle_client
Method · 0.36
client
Method · 0.36
test_wait_closed_on_close
Method · 0.36
test_wait_closed_on_close_with_unread_data
Method · 0.36
inner
Method · 0.36
send_signal
Method · 0.36
client
Method · 0.36
serve
Method · 0.36
serve
Method · 0.36
_test_pipe
Method · 0.36
client
Method · 0.36