Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reset
Method
reset
Lib/idlelib/idle_test/test_run.py:111–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
109
def
close(self):
110
pass
111
def
reset(self):
112
self.written = []
113
def
push(self, lines):
114
self.lines = list(lines)[::-1]
115
Callers
4
__init__
Method · 0.95
test_write
Method · 0.95
test_write_stderr_nonencodable
Method · 0.95
test_writelines
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected