OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dict_from_tcltuple
(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
319
self.assertEqual(ttk.
_dict_from_tcltuple
(fakettuple, False),
322
self.assertEqual(ttk.
_dict_from_tcltuple
(fakettuple),
327
self.assertFalse(ttk.
_dict_from_tcltuple
(('single', )))
330
self.assertEqual(ttk.
_dict_from_tcltuple
(('-a', (sspec, 'val'))),
333
self.assertEqual(ttk.
_dict_from_tcltuple
((MockTclObj('-padding'),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py
319
self.assertEqual(ttk.
_dict_from_tcltuple
(fakettuple, False),
322
self.assertEqual(ttk.
_dict_from_tcltuple
(fakettuple),
327
self.assertFalse(ttk.
_dict_from_tcltuple
(('single', )))
330
self.assertEqual(ttk.
_dict_from_tcltuple
(('-a', (sspec, 'val'))),
333
self.assertEqual(ttk.
_dict_from_tcltuple
((MockTclObj('-padding'),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
245
def
_dict_from_tcltuple
(ttuple, cut_minus=True):
function
318
return
_dict_from_tcltuple
(res)
403
return
_dict_from_tcltuple
(
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
245
def
_dict_from_tcltuple
(ttuple, cut_minus=True):
function
318
return
_dict_from_tcltuple
(res)
403
return
_dict_from_tcltuple
(
[
all
...]
Completed in 110 milliseconds