I read IntIds apidoc, I see :
# register(ob)
Interface : zope.app.intid.interfaces.IIntIdsSet
Permissions : zope.ManageContent (lecture), non disponible (écriture)
in lib/python/zope/app/intid/tests.py I see :
class P(Persistent):
implements(ILocation)
and too far :
u = IntIds()
obj = P()
uid = u.register(obj)
When, in debugzope I test :
u = IntIds()
obj = object()
uid = u.register(obj)
this don't work.
Where can I found documentation about IntIds ?
Thanks
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users