Add-on:Zope Interface: Difference between revisions
Jump to navigation
Jump to search
Addon-Bot repo category update |
m Addon-Bot repo category update |
||
| Line 29: | Line 29: | ||
[[Category:All add-ons]] | [[Category:All add-ons]] | ||
[[Category:Krypton add-on repository]] | [[Category:Krypton add-on repository]] | ||
[[Category:Isengard add-on repository]] | |||
[[Category:Gotham add-on repository]] | [[Category:Gotham add-on repository]] | ||
[[Category:Helix add-on repository]] | [[Category:Helix add-on repository]] | ||
[[Category:Leia add-on repository]] | |||
[[Category:Jarvis add-on repository]] | [[Category:Jarvis add-on repository]] | ||
Revision as of 19:08, 14 February 2017
| 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.