HomeSort by relevance Sort by last modified time
    Searched refs:check_positions (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 86 def check_positions(scale, scale_pos, label, label_pos): function in function:LabeledScaleTest.test_initialization
90 check_positions(x.scale, 'bottom', x.label, 'n')
93 check_positions(x.scale, 'top', x.label, 's')
96 check_positions(x.scale, 'top', x.label, 's')
99 check_positions(x.scale, 'bottom', x.label, 'n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 86 def check_positions(scale, scale_pos, label, label_pos): function in function:LabeledScaleTest.test_initialization
90 check_positions(x.scale, 'bottom', x.label, 'n')
93 check_positions(x.scale, 'top', x.label, 's')
96 check_positions(x.scale, 'top', x.label, 's')
99 check_positions(x.scale, 'bottom', x.label, 'n')

Completed in 275 milliseconds