Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readline
Method
readline
Lib/idlelib/idle_test/test_run.py:107–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
105
def
write(self, *args):
106
self.written.append(args)
107
def
readline(self):
108
return
self.lines.pop()
109
def
close(self):
110
pass
111
def
reset(self):
Callers
2
test_file_buttons
Method · 0.45
test_view_file_bind_with_button
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected