openconfig.py 文件源码

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

项目:oc-pyang 作者: openconfig 项目源码 文件源码
def add_opts(self, optparser):
    optlist = [
        optparse.make_option("--openconfig",
                             dest="openconfig",
                             action="store_true",
                             help="""Validate the module(s) according to
                             OpenConfig conventions"""),
        optparse.make_option("--oc-only",
                             dest="openconfig_only",
                             action="store_true",
                             help="""Do not include standard lint (RFC 6087)
                             checking"""),
        ]
    g = optparser.add_option_group("OpenConfig specific options")
    g.add_options(optlist)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号