JSONPatch.py 文件源码

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

项目:jsondata 作者: ArnoCan 项目源码 文件源码
def __call__(self, j, x=None):
        """Evaluates the related task for the provided index.

        Args:
            x: Task index.

            j: JSON data the task has to be 
                applied on.

        Returns:
            Returns a tuple of:
                0: len of the job list
                1: list of the execution status for 
                    the tasks

        Raises:
            JSONPatchException:
        """
        if type(x) is NoneType:
            return self.apply(j)
        if self.patch[x](j):
            return 1,[]
        return 1,[0]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号