Python decorator patterns
Marton Trencseni - Sun 08 May 2022 • Tagged with python, decorators
I show toy implementations of Python decorator patterns such as @measure, @repeat, @trace, @count, @singleton, and @app.route (made famous by Flask).


















