oc_jstree.py 文件源码

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

项目:oc-pyang 作者: openconfig 项目源码 文件源码
def add_opts(self, optparser):
        optlist = [
            optparse.make_option("--oc-jstree-no-path",
                                 dest="jstree_no_path",
                                 action="store_true",
                                 help="""Do not include paths to make
                                       page less wide"""),
            optparse.make_option("--oc-jstree-strip",
                              dest="strip_namespace",
                              action="store_true",
                              help="""Strip namespace prefixes from
                                path components"""),
            ]

        g = optparser.add_option_group("OpenConfig JSTree output specific options")
        g.add_options(optlist)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号