/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 118 result = ttk._format_mapdict(opts) 121 self.assertEqual(ttk._format_mapdict(opts, script=True), 124 self.assertEqual(ttk._format_mapdict({2: []}), ('-2', '')) 127 result = ttk._format_mapdict(opts) 132 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '{ } hi')) 136 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 138 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 141 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value')) 145 self.assertEqual(ttk._format_mapdict(valid), 150 self.assertRaises(TypeError, ttk._format_mapdict, opts [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 118 result = ttk._format_mapdict(opts) 121 self.assertEqual(ttk._format_mapdict(opts, script=True), 124 self.assertEqual(ttk._format_mapdict({2: []}), ('-2', '')) 127 result = ttk._format_mapdict(opts) 132 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '{ } hi')) 136 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 138 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 141 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value')) 145 self.assertEqual(ttk._format_mapdict(valid), 150 self.assertRaises(TypeError, ttk._format_mapdict, opts [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 118 result = ttk._format_mapdict(opts) 121 self.assertEqual(ttk._format_mapdict(opts, script=True), 124 self.assertEqual(ttk._format_mapdict({2: []}), ('-2', '')) 127 result = ttk._format_mapdict(opts) 132 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '{ } hi')) 136 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 138 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 141 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value')) 145 self.assertEqual(ttk._format_mapdict(valid), 150 self.assertRaises(TypeError, ttk._format_mapdict, opts [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 118 result = ttk._format_mapdict(opts) 121 self.assertEqual(ttk._format_mapdict(opts, script=True), 124 self.assertEqual(ttk._format_mapdict({2: []}), ('-2', '')) 127 result = ttk._format_mapdict(opts) 132 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '{ } hi')) 136 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 138 self.assertRaises(TypeError, ttk._format_mapdict, invalid) 141 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value')) 145 self.assertEqual(ttk._format_mapdict(valid), 150 self.assertRaises(TypeError, ttk._format_mapdict, opts [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ttk.py | 100 def _format_mapdict(mapdict, script=False): function 217 s = ' '.join(_format_mapdict(opts['map'], True)) 262 accepted statespec accepted by _format_mapdict.""" 404 self.tk.call(self._name, "map", style, *(_format_mapdict(kw)))) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ttk.py | 100 def _format_mapdict(mapdict, script=False): function 217 s = ' '.join(_format_mapdict(opts['map'], True)) 262 accepted statespec accepted by _format_mapdict.""" 404 self.tk.call(self._name, "map", style, *(_format_mapdict(kw)))) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 100 def _format_mapdict(mapdict, script=False): function 217 s = ' '.join(_format_mapdict(opts['map'], True)) 262 accepted statespec accepted by _format_mapdict.""" 404 self.tk.call(self._name, "map", style, *(_format_mapdict(kw)))) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 100 def _format_mapdict(mapdict, script=False): function 217 s = ' '.join(_format_mapdict(opts['map'], True)) 262 accepted statespec accepted by _format_mapdict.""" 404 self.tk.call(self._name, "map", style, *(_format_mapdict(kw)))) [all...] |