132
134
def decorated_method(self, *args, **kwargs):
133
135
"""This is the decorated method."""
138
145
warn(deprecation_version % symbol, DeprecationWarning, stacklevel=2)
139
146
return callable(self, *args, **kwargs)
140
147
_populate_decorated(callable, deprecation_version, "method",