Add-on:Zope Interface: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Addon |Name=Zope interface |provider-name=mablae |ID=script.module.zope.interface |latest-version=4.0.5 |extension point=xbmc.python.module |provides= |Summary=Zope Interfa..." |
m Ned Scott moved page Add-on:Zope interface to Add-on:Zope Interface |
(No difference)
| |
Revision as of 03:43, 5 December 2013
| Zope interface | ||||||||||||||||
| ||||||||||||||||
This package provides an implementation of "object interfaces" for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the 'Design By Contract' methodology support in Python.