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

  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_functions.py 40 def check_against(fmt_opts, result): function in function:InternalFunctionsTest.test_format_optdict
50 check_against(
55 check_against(
60 check_against(
65 check_against(
79 check_against(ttk._format_optdict(opts), {u'-???': True, u'-á': False})
84 check_against(
88 check_against(
94 check_against(
100 check_against(
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_functions.py 39 def check_against(fmt_opts, result): function in function:InternalFunctionsTest.test_format_optdict
49 check_against(
54 check_against(
59 check_against(
64 check_against(
78 check_against(ttk._format_optdict(opts), {'-???': True, '-á': False})
83 check_against(
87 check_against(
93 check_against(
99 check_against(
    [all...]

Completed in 69 milliseconds