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

Method test_label

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

Source from the content-addressed store, hash-verified

1573 self._test_widget(tkinter.Frame)
1574
1575 def test_label(self):
1576 self._test_widget(tkinter.Label)
1577
1578
1579if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

_test_widgetMethod · 0.80

Tested by

no test coverage detected