Python: PEP 638 β Syntactic Macros
The official home of the Python Programming Language... (more…)
Read more »
Python decorators were introduced in v2.4 (in 2003! πΎ) and allow you to enhance the behaviour of a function or method. When introduced in PEP 318, the goal was to make to extend the @classmethod syntactic support to other functions. Read more