Starting with Python 2.6, you can also apply decorators to classes. There is no built-in template for called classes because there are too many ways to implement them, but basically it would be overriding __call__in the class and creating a wrapper decorator that initializes the class.
, :)