Home
last modified time | relevance | path

Searched refs:fmt_opts (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py39 def check_against(fmt_opts, result): argument
40 for i in range(0, len(fmt_opts), 2):
41 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py40 def check_against(fmt_opts, result): argument
41 for i in range(0, len(fmt_opts), 2):
42 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])