Add **kw
to tkinter.Misc.after
and tkinter.Misc.after_idle
#126899
Labels
**kw
to tkinter.Misc.after
and tkinter.Misc.after_idle
#126899
Feature or enhancement
Proposal:
Add the argument
**kw
to the methodafter
so that the keyword argument can passed tofunc
Conveniently.The current function definition of the
after
is as follows:If we have the argument
**kw
, we can do this:Otherwise, we may need something like this:
Obviously, the
lambda
here looks a bit redundant.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
**kw
totkinter.Misc.after
andtkinter.Misc.after_idle
#126900The text was updated successfully, but these errors were encountered: