Reinhold Strobl wrote:
Hi,
what I am looking for is something like PyChecker for Zope interfaces. I mean
PyChecker aims to address the benefit of static typed languages and their
compile-time checkings.
In Zope, there is no forced interface compliance. But is there a possibility or
program, which can check this?
Hi,
you should have a look at zope.interface.verify. With verifyClass and
verifyObject you can check the interface compliance for classes and objects.
HTH,
mac
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users