171
188
# we cannot just forward to a new method name.I.e. in the following
172
189
# examples we would want to have callers that pass any value to 'bad' be
173
190
# given a warning - because we have applied:
191
# @deprecated_parameter('bad', deprecated_in((1, 5, 0))
176
193
# def __init__(self, bad=None)
177
194
# def __init__(self, bad, other)