Using Python decorators for registering callbacks
In my previous post we talked about Python decorators and an intuitive way of remembering how decorators with arguments work. The following code snippet had triggered the whole chain of thought:Now...