120
140
def decorated_method(self, *args, **kwargs):
121
141
"""This is the decorated method."""
126
151
warn(deprecation_version % symbol, DeprecationWarning, stacklevel=2)
127
152
return callable(self, *args, **kwargs)
128
153
_populate_decorated(callable, deprecation_version, "method",