Files
cpython/Lib/test/test_ttk
f96c4279e9 gh-153513: Remove redundant conversions in tkinter tests (GH-153520)
Now that index, window, parsedVarName and pixel options are returned as
str, int or float, drop the str()/int()/float() wrappers that only
worked around Tcl_Obj results.  The generated test_configure_* tests now
also check that int- and float-valued options are returned as numbers.

Co-authored-by: Claude Opus 4.8 <[email protected]>
2026-07-10 19:04:49 +03:00
..