Open
Description
we have a lot of functions decorated with this decorator, which by default warns that the decorated function will only take keyword-only arguments from version 3.1.0 and onwards. not accept certain arguments as positional from 3.1.0 and onwards.
As we are preparing a 3.1.0 release, we should transform these functions to all keyword-only arguments, and remove the decoration.