[Python-Dev] @decoration of classes

Eric Nieuwland eric.nieuwland at xs4all.nl
Sat Mar 26 18:30:54 CET 2005


Given the ideas so far, would it possible to:

def meta(cls):
	...

@meta
class X(...):
	...

??

--eric



More information about the Python-Dev mailing list