[Zope3-dev] Implements Keyword and ZConfig

Joseph Griffin jgriffin@pclnet.net
Mon, 28 Jul 2003 13:18:55 -0600


>From the Message Board Tutorial Step 1

In message.py:
class Message(BTreeContainer):
    __doc__ = IMessage.__doc__

    implements(IMessage)

In configure.zcml
<content class=".message.Message">

    <implements
       interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />

Question:
Is Inheiritance being implemented at design time in message.py and at run time 
in configure.zcml?

Thanks,
Joseph


"A living dog is better than a dead lion."    Ecclesiastes 9:4