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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 16 class MockStateSpec(object):
329 sspec = MockStateSpec('a', 'b')
344 statespec = MockStateSpec(*states_even)
349 statespec = MockStateSpec(*states_odd)
443 adict['opt'] = (MockStateSpec('a', 'b'), u'vál?č')
test_widgets.py 8 from test_functions import MockTclObj, MockStateSpec
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 16 class MockStateSpec(object):
329 sspec = MockStateSpec('a', 'b')
344 statespec = MockStateSpec(*states_even)
349 statespec = MockStateSpec(*states_odd)
443 adict['opt'] = (MockStateSpec('a', 'b'), u'vál?č')
test_widgets.py 8 from test_functions import MockTclObj, MockStateSpec
    [all...]

Completed in 70 milliseconds