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

Method test_frame

Lib/test/test_ttk/test_widgets.py:2004–2005  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2002class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase):
2003
2004 def test_frame(self):
2005 self._test_widget(ttk.Frame)
2006
2007 def test_label(self):
2008 self._test_widget(ttk.Label)

Callers

nothing calls this directly

Calls 1

_test_widgetMethod · 0.80

Tested by

no test coverage detected