You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to decorate functions with keyword only args, the reason being that it's not possible to define a signature with this property. But the no arg decorator works.