proper name for python * operator?

后端 未结 8 2142
不知归路
不知归路 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:33

    I call it "positional expansion", as opposed to ** which I call "keyword expansion".

提交回复
热议问题