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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 304 def _val_or_dict(options, func, *args): function
388 return _val_or_dict(kw, self.tk.call, self._name, "configure", style)
896 return _val_or_dict(kw, self.tk.call, self._w, "tab", tab_id)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 304 def _val_or_dict(options, func, *args): function
388 return _val_or_dict(kw, self.tk.call, self._name, "configure", style)
896 return _val_or_dict(kw, self.tk.call, self._w, "tab", tab_id)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 408 self.assertEqual(ttk._val_or_dict(options, func), "test val")
411 self.assertEqual(ttk._val_or_dict(options, func), options)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 408 self.assertEqual(ttk._val_or_dict(options, func), "test val")
411 self.assertEqual(ttk._val_or_dict(options, func), options)

Completed in 34 milliseconds