Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/idlelib/idle_test/test_hyperparser.py:54–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
self.text.insert(
'insert'
, self.code)
53
54
def
tearDown(self):
55
self.text.delete(
'1.0'
,
'end'
)
56
self.editwin.prompt_last_line =
'>>>'
57
58
def
get_parser(self, index):
59
""
"
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected