brocade.py 文件源码

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

项目:napalm-brocade 作者: shivharis 项目源码 文件源码
def __init__(self, hostname, username, password, timeout=60,
                 optional_args=None):
        """
        CTOR for the device.
        """

        pdb.set_trace()
        if optional_args is None:
            optional_args = {}

        self.device = None
        self.hostname = hostname
        self.username = username
        self.password = password
        self.timeout = timeout
        self.port = optional_args.get('port', 22)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号