Description of feature
e.g. a keyword argument that doesn't have any effect anymore, but is kept around not to break the function signature.
If the keyword is used, a FutureWarning should be emitted.
That's not yet supported by the @deprecated decorator, is it?
Description of feature
e.g. a keyword argument that doesn't have any effect anymore, but is kept around not to break the function signature.
If the keyword is used, a FutureWarning should be emitted.
That's not yet supported by the
@deprecateddecorator, is it?