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

Method test_configure_orient

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

Source from the content-addressed store, hash-verified

1279 self.checkPixelsParam(widget, 'elementborderwidth', 4.3, 5.6, -2, '1m')
1280
1281 def test_configure_orient(self):
1282 widget = self.create()
1283 self.checkEnumParam(widget, 'orient', 'vertical', 'horizontal',
1284 fullname='orientation', allow_empty=True)
1285
1286 def test_activate(self):
1287 sb = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected