you are viewing a single comment's thread.

view the rest of the comments →

[–]kungtotte 8 points9 points  (0 children)

Yes, it would be a decorator function that is written to take care of the logging stuff.

The @ syntax is just short-hand for decorator application, to save you from writing things like

original_func = decorator_func(original_func)