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

Method test_frame

Lib/test/test_tkinter/test_widgets.py:1572–1573  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1570class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase):
1571
1572 def test_frame(self):
1573 self._test_widget(tkinter.Frame)
1574
1575 def test_label(self):
1576 self._test_widget(tkinter.Label)

Callers

nothing calls this directly

Calls 1

_test_widgetMethod · 0.80

Tested by

no test coverage detected