Applying a decorator to a module

skip at pobox.com skip at pobox.com
Thu Nov 27 14:43:41 EST 2008


    lkcl> Very simple question: how do you apply a decorator to an entire
    lkcl> module?

Function-by-function or class-by-class.  There is no decorator support for
modules.

-- 
Skip Montanaro - skip at pobox.com - http://smontanaro.dyndns.org/



More information about the Python-list mailing list