matchRules.py 文件源码

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

项目:misp-privacy-aware-exchange 作者: MISP 项目源码 文件源码
def argument_matching(crypto, values=args.attribute):
    attributes = OrderedDict(pair.split("=") for pair in values)
    match = SimpleQueue()
    matching(attributes, match, Lock(), crypto)

    # Print matches (Easy to modify)
    for match in iterator_result(match):
        print(match)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号