support.py 文件源码

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

项目:packaging 作者: blockstack 项目源码 文件源码
def impl_detail(msg=None, **guards):
    if check_impl_detail(**guards):
        return _id
    if msg is None:
        guardnames, default = _parse_guards(guards)
        if default:
            msg = "implementation detail not available on {0}"
        else:
            msg = "implementation detail specific to {0}"
        guardnames = sorted(guardnames.keys())
        msg = msg.format(' or '.join(guardnames))
    return unittest.skip(msg)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号