摘要:
由于python没有接口概念,所以zope 提供了个第三方库开源使用,下面简单介绍zope.interface.implementer的使用直接看例子,下面例子是在twisted里摘录的接口IResolverSimpleclass IResolverSimple(Interface): def getHostByName(name, timeout = (1, 3, 11, 45)): """ Resolve the domain name C{name} into an IP address. """实现BlockingResolv 阅读全文