HomeSort by relevance Sort by last modified time
    Searched refs:fmt_opts (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 29 def check_against(fmt_opts, result):
30 for i in range(0, len(fmt_opts), 2):
31 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 29 def check_against(fmt_opts, result):
30 for i in range(0, len(fmt_opts), 2):
31 self.assertEqual(result.pop(fmt_opts[i]), fmt_opts[i + 1])

Completed in 1470 milliseconds