Hi!
what is the best way in zope3 to create a collection of interfaces without using classes, lists, etc.?

I have a number of interfaces that I'd like to group into a same interface category.

e.g. ISomeCollection  = I1, I2, I3, I4 ....

and I'd like to be able to query which interfaces ISomeCollection "contains". However I'd like not to instanciate a registry just to hold that type of information.

regards
/JM
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to