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

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk._format_optdict(
90 ttk._format_optdict(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk._format_optdict(
90 ttk._format_optdict(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk._format_optdict(
90 ttk._format_optdict(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk._format_optdict(
90 ttk._format_optdict(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None): function
139 opts = _format_optdict(kw, script)
187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
213 s = ' '.join(_format_optdict(opts['configure'], True))
312 options = _format_optdict(options)
839 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
875 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None): function
139 opts = _format_optdict(kw, script)
187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
213 s = ' '.join(_format_optdict(opts['configure'], True))
312 options = _format_optdict(options)
839 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
875 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None): function
139 opts = _format_optdict(kw, script)
187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
213 s = ' '.join(_format_optdict(opts['configure'], True))
312 options = _format_optdict(options)
839 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
875 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None): function
139 opts = _format_optdict(kw, script)
187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
213 s = ' '.join(_format_optdict(opts['configure'], True))
312 options = _format_optdict(options)
839 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
875 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
    [all...]

Completed in 514 milliseconds