2006/3/28, Dino Viehland <[EMAIL PROTECTED]>:
The second problem is also just as tough, but it's completely
different.  How do you even express an attribute on a class?  There's
no Python syntax for this so we'd have to add something new.  It'd be
great if we could use decorators here, but they don't apply to
classes.  So maybe that's something like __attributes__ =
[Serializable, ...] or something along those lines but it's not clear
what's the best way to go here...

 * * *

I like __attributes__ solution.

Seo Sanghyeon
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to