[Twisted-web] [Nevow] inevow.IQ

Jean-Paul Calderone exarkun at divmod.com
Tue Jul 25 07:31:05 CDT 2006


On Tue, 25 Jul 2006 12:51:30 +0200, Manlio Perillo <manlio_perillo at libero.it> wrote:
>Hi.
>
>In the interface IQ there is a keyed method but it seems that this is
>not implemented.
>What about it?

It looks like a very strange operation to me.  It should probably be
removed from the interface.

>
>It is documented also in stan.py (where there are some other special
>stuff like remember).
>

It is?  I can't see any references to it except for on the IQ definition.

>
>By the way: what's the difference, say, beetwen
>ctx.fillSlots(...) and inevow.IQ(ctx).fillSlots(...)
>?

Not a lot.  Neither should be used, though.  Use tag.fillSlots(...)
instead.

Jean-Paul



More information about the Twisted-web mailing list