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

Method create

Lib/test/test_tkinter/test_widgets.py:804–805  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

802 self._clipped = self._clipped - {'insertborderwidth', 'insertwidth', 'selectborderwidth'}
803
804 def create(self, **kwargs):
805 return tkinter.Canvas(self.root, **kwargs)
806
807 def test_configure_closeenough(self):
808 widget = self.create()

Callers 12

test_configure_offsetMethod · 0.95
test_configure_stateMethod · 0.95
test_create_rectangleMethod · 0.95
test_create_lineMethod · 0.95
test_create_polygonMethod · 0.95
test_coordsMethod · 0.95
test_movetoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected