setup.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:qpid-python 作者: apache 项目源码 文件源码
def install(self):
    outfiles = _install_lib.install(self)
    extra = []
    for of in outfiles:
      if os.path.basename(of) == "amqp-0-10-qpid-errata-stripped.xml":
        tgt = pclfile(of)
        if self.force or newer(of, tgt):
          log.info("caching %s to %s" % (of, os.path.basename(tgt)))
          if not self.dry_run:
            from qpid.ops import load_types
            load_types(of)
        extra.append(tgt)
    return outfiles + extra
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号