gavinj.net

Thoughts on technology, infrastructure, and AI

Python decorators

I came across an interesting recent addition to the Python language (as of Python 2.4). They are called decorators. Decorators are Python objects that can register, annotate, and/or wrap a Python fun...