So `.__call__(func)` is the decorator. It makes the instance of `limit_uses` a decorator. It accepts a function and it should return a function–the decorated version
0 likes 1 replies
?
So `.__call__(func)` is the decorator. It makes the instance of `limit_uses` a decorator. It accepts a function and it should return a function–the decorated version
0 likes 1 replies