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)
评论列表
文章目录