gpt4 book ai didi

函数前的 Python 星号

转载 作者:太空宇宙 更新时间:2023-11-03 22:10:34 30 4
gpt4 key购买 nike

<分区>

我正在学习本教程:

http://www.pyimagesearch.com/2015/04/20/sorting-contours-using-python-and-opencv/#comment-405768

其中一行有函数:

(cnts, boundingBoxes) = zip(*sorted(zip(cnts, boundingBoxes),
key=lambda b:b[1][i], reverse=reverse))

我想知道 sorted 函数调用前的星号有什么用。

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com