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
**kwto the methodafterso that the keyword argument can passed tofuncConveniently.The current function definition of the
afteris as follows:If we have the argument
**kw, we can do this:Otherwise, we may need something like this:
Obviously, the
lambdahere 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
**kwtotkinter.Misc.afterandtkinter.Misc.after_idle#126900The text was updated successfully, but these errors were encountered: