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