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