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

Method create

Lib/test/test_ttk/test_widgets.py:832–833  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

830 self.scale.update()
831
832 def create(self, **kwargs):
833 return ttk.Scale(self.root, **kwargs)
834
835 def test_configure_from(self):
836 widget = self.create()

Callers 5

setUpMethod · 0.95
test_configure_fromMethod · 0.95
test_configure_lengthMethod · 0.95
test_configure_toMethod · 0.95
test_configure_valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected