[Python-Dev] @decoration of classes (original) (raw)
Eric Nieuwland eric.nieuwland at xs4all.nl
Sat Mar 26 18:30:54 CET 2005
- Previous message: [Python-Dev] @decoration of classes
- Next message: [Python-Dev] @decoration of classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Given the ideas so far, would it possible to:
def meta(cls): ...
@meta class X(...): ...
??
--eric
- Previous message: [Python-Dev] @decoration of classes
- Next message: [Python-Dev] @decoration of classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]