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

Method create2

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

Source from the content-addressed store, hash-verified

1372 self.checkBooleanParam(widget, 'showhandle')
1373
1374 def create2(self):
1375 p = self.create()
1376 b = tkinter.Button(p)
1377 c = tkinter.Button(p)
1378 p.add(b)
1379 p.add(c)
1380 return p, b, c
1381
1382 def test_paneconfigure(self):
1383 p, b, c = self.create2()

Calls 2

createMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected