1 Answer
+ 6
@ is a decorator. It is used to temporarily alter the behavior of a function/method - whether it's defined or called.
The best learning example is a function wrapper - by using @ before the method is called, it acts as an argument for the wrapper function.
See here:
https://code.sololearn.com/clE70E7HXi3e/?ref=app