Describes modified attributes of an interface.
>>> from zope.dublincore.interfaces import IZopeDublinCore >>> desc = Attributes(IZopeDublinCore, "title", "description") >>> desc.interface == IZopeDublinCore True >>> 'title' in desc.attributes True
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.