MCPcopy Index your code
hub / github.com/python/cpython / test_1window

Method test_1window

Lib/idlelib/idle_test/test_help.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 del cls.root
26
27 def test_1window(self):
28 self.assertIn('IDLE Doc', self.window.wm_title())
29
30 def test_4text(self):
31 text = self.window.frame.text

Callers

nothing calls this directly

Calls 2

assertInMethod · 0.80
wm_titleMethod · 0.80

Tested by

no test coverage detected