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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 348 states_odd = tuple('state%d' % i for i in range(5))
349 statespec = MockStateSpec(*states_odd)
350 test_it(statespec, 'val', 'val', states_odd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 348 states_odd = tuple('state%d' % i for i in range(5))
349 statespec = MockStateSpec(*states_odd)
350 test_it(statespec, 'val', 'val', states_odd)

Completed in 1317 milliseconds