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
This would allow us to use "{keys}" as placeholder. However, optional positional-only keywords in conjunction with **kwargs are bothersome: you need to do all the validity checks yourself.
The text was updated successfully, but these errors were encountered:
we could use a positional-only argument for
keys
Originally posted by @mathause in https://github.com/mathause/filefinder/issues/97#issuecomment-2402366535
This would allow us to use
"{keys}"
as placeholder. However, optional positional-only keywords in conjunction with**kwargs
are bothersome: you need to do all the validity checks yourself.The text was updated successfully, but these errors were encountered: