dataflow_test.py 文件源码

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

项目:DroidWatcher 作者: suemi994 项目源码 文件源码
def testSplitVariablesGCD(self, group_variables_mock):
        group = {'a': [([-1], [0])],
                 'b': [([-2], [1])],
                 'c': [([0, 6], [2, 5, 6, 7, 8])],
                 'd': [([1], [3, 4, 5, 6, 7])],
                 'ret': [([3, 8], [9])]}
        group_variables_mock.return_value = group
        dataflow.split_variables(
            mock.sentinel, [0, 1, 2, 3, 4], mock.sentinel, mock.sentinel)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号