What is the correct name for operator *
, as in function(*args)
? unpack, unzip, something else?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
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