Top Banner
Python Interfaces @alvaro_aguirre
22

Python interfaces

Dec 25, 2014

Download

Documents

pythonchile

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Python interfaces

Python Interfaces@alvaro_aguirre

Page 2: Python interfaces

Formas de construir software

Page 3: Python interfaces
Page 4: Python interfaces
Page 5: Python interfaces

Fat

Fat Fat

Page 6: Python interfaces
Page 7: Python interfaces
Page 8: Python interfaces
Page 9: Python interfaces
Page 10: Python interfaces
Page 11: Python interfaces

Arquitectura de Componentes

Page 12: Python interfaces

Client Interface Service

Page 13: Python interfaces

Client Interface Service

Service

Service

Page 14: Python interfaces
Page 15: Python interfaces
Page 16: Python interfaces
Page 17: Python interfaces
Page 18: Python interfaces
Page 19: Python interfaces
Page 20: Python interfaces

... <utility

... component="zope.component.testfiles.components.comp"

... provides="zope.component.testfiles.components.IApp"

... />

Page 21: Python interfaces

from zope.interface.verify import verifyObject

from zope.interface.verify import verifyClass

Page 22: Python interfaces

saludos!