qconf_dict_list.py 文件源码

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

项目:config-api 作者: gridengine 项目源码 文件源码
def __init__(self, data=None, metadata=None, json_string=None):
        """ 
        Class constructor. 

        :param data: Configuration data. If provided, it will override corresponding data from JSON string representation.
        :type data: dict

        :param metadata: Configuration metadata. If provided, it will override corresponding metadata from JSON string representation.
        :type metadata: dict

        :param json_string: Configuration JSON string representation.
        :type json_string: str

        :raises: **InvalidArgument** - in case metadata is not a dictionary, JSON string is not valid, or it does not represent a list of dictionaries object.
        """
        UserList.UserList.__init__(self)
        QconfObject.__init__(self, data=data, metadata=metadata, json_string=json_string)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号