[Python-Dev] Re: decorators and 2.4

Bill Janssen janssen at parc.com
Sat Jun 26 00:47:45 EDT 2004


I could also see the function call version:

  from decorators import decorate
  ...
  def foo (bar):
      decorate(bletch, flappy)
      ...

where decorate is automatically applied to "foo".

Bill



More information about the Python-Dev mailing list