HomeSort by relevance Sort by last modified time
    Searched refs:_format_mapdict (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 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/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...]

Completed in 128 milliseconds