Hacker News new | ask | show | jobs
by Lord_DeathMatch 3911 days ago
As it is here, yeah, only once at the root level. But if you were to use it as a decorator on the original function, and reassign to the original name (as the decorator syntax does), it would print at every level, as the recursive call would bind to the decorated function.