Searched refs:_format_optdict (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py36 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/
H A Dtest_functions.py36 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/
H A Dtest_functions.py36 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/
H A Dtest_functions.py36 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/
H A Dttk.py59 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)))
961 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1330 opts = _format_optdict(kw)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A Dttk.py59 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)))
961 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1330 opts = _format_optdict(kw)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dttk.py59 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)))
961 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1330 opts = _format_optdict(kw)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dttk.py59 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)))
961 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
1330 opts = _format_optdict(kw)

Completed in 388 milliseconds