retrieve_flow.py 文件源码

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

项目:tool 作者: PathDump 项目源码 文件源码
def run (argv, coll):
    flowid = argv[0]
    timeRange = json.loads (json.dumps(argv[1]),
                            object_hook=json_util.object_hook)
    if isinstance (timeRange[0], datetime.datetime):
        timeRange[0].replace (tzinfo=None)
    if isinstance (timeRange[1], datetime.datetime):
        timeRange[1].replace (tzinfo=None)
    linkID = ('*', '*')

    return pdapi.getPaths (flowid, linkID, timeRange)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号