Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ push
Method
push
Lib/idlelib/idle_test/test_run.py:113–114 ·
view source on GitHub ↗
(self, lines)
Source
from the content-addressed store, hash-verified
111
def
reset(self):
112
self.written = []
113
def
push(self, lines):
114
self.lines = list(lines)[::-1]
115
116
117
class
StdInputFilesTest(unittest.TestCase):
Callers
4
test_read
Method · 0.95
test_readline
Method · 0.95
test_readlines
Method · 0.95
test_close
Method · 0.95
Calls
1
list
Class · 0.85
Tested by
no test coverage detected