HomeSort by relevance Sort by last modified time
    Searched refs:statespec (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 17 typename = 'StateSpec'
344 statespec = MockStateSpec(*states_even)
345 test_it(statespec, 'val', 'val', states_even)
346 test_it(statespec, MockTclObj('val'), 'val', states_even)
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 17 typename = 'StateSpec'
344 statespec = MockStateSpec(*states_even)
345 test_it(statespec, 'val', 'val', states_even)
346 test_it(statespec, MockTclObj('val'), 'val', states_even)
349 statespec = MockStateSpec(*states_odd)
350 test_it(statespec, 'val', 'val', states_odd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 125 # next args, if any, are statespec/value pairs which is almost
261 """Construct a list from the given statespec tuple according to the
262 accepted statespec accepted by _format_mapdict."""
270 if typename == 'StateSpec':
335 if getattr(val[0], 'typename', None) == 'StateSpec':
397 or something else of your preference. A statespec is compound of
566 def instate(self, statespec, callback=None, *args, **kw):
570 matches statespec and False otherwise. If callback is specified,
572 matches statespec. statespec is expected to be a sequence.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 125 # next args, if any, are statespec/value pairs which is almost
261 """Construct a list from the given statespec tuple according to the
262 accepted statespec accepted by _format_mapdict."""
270 if typename == 'StateSpec':
335 if getattr(val[0], 'typename', None) == 'StateSpec':
397 or something else of your preference. A statespec is compound of
566 def instate(self, statespec, callback=None, *args, **kw):
570 matches statespec and False otherwise. If callback is specified,
572 matches statespec. statespec is expected to be a sequence.""
    [all...]

Completed in 95 milliseconds