proper name for python * operator?

后端 未结 8 2004
不知归路
不知归路 2020-11-22 07:20

What is the correct name for operator *, as in function(*args)? unpack, unzip, something else?

8条回答
  •  礼貌的吻别
    2020-11-22 07:40

    I say "star-args" and Python people seem to know what i mean.

    ** is trickier - I think just "qargs" since it is usually used as **kw or **kwargs

提交回复
热议问题