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

Method create

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

Source from the content-addressed store, hash-verified

139 )
140
141 def create(self, **kwargs):
142 return ttk.Frame(self.root, **kwargs)
143
144
145@add_configure_tests(StandardTtkOptionsTests)

Calls

no outgoing calls

Tested by

no test coverage detected