Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/idlelib/idle_test/test_run.py:109–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
107
def
readline(self):
108
return
self.lines.pop()
109
def
close(self):
110
pass
111
def
reset(self):
112
self.written = []
113
def
push(self, lines):
Callers
15
tearDown
Method · 0.45
tearDownClass
Method · 0.45
tearDown
Method · 0.45
test_close
Method · 0.45
tearDown
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
test_open_and_close
Method · 0.45
tearDownClass
Method · 0.45
test_close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected