173
191
# we cannot just forward to a new method name.I.e. in the following
174
192
# examples we would want to have callers that pass any value to 'bad' be
175
193
# given a warning - because we have applied:
194
# @deprecated_parameter('bad', deprecated_in((1, 5, 0))
178
196
# def __init__(self, bad=None)
179
197
# def __init__(self, bad, other)