22
Python Interfaces @alvaro_aguirre

Python interfaces

Embed Size (px)

DESCRIPTION

 

Citation preview

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!