In Ruby and Perl 6 this has been called “splat”, and I think most people from those communities will figure out what you mean if you call it that.
The Python tutorial uses the phrase “unpacking argument lists”, which is long and descriptive.
It is also referred to as iterable unpacking, or in the case of **
, dictionary unpacking.
Related Posts:
- What exactly does += do in python?
- ^=, -= and += symbols in Python
- proper name for python * operator?
- What does the percentage sign mean in Python
- What does the percentage sign mean in Python
- Does Python have a ternary conditional operator?
- Behaviour of increment and decrement operators in Python
- Is there a “not equal” operator in Python?
- Use of “instanceof” in Java [duplicate]
- What is the result of % in Python?
- Does Python have a ternary conditional operator?
- Is there a “not equal” operator in Python?
- What are XAND and XOR
- What do these operators mean (** , ^ , %, //)? [closed]
- What do these operators mean (** , ^ , %, //)? [closed]
- What does the question mark character (‘?’) mean in C++?
- What does the power operator (**) in python translate into?
- What does the question mark character (‘?’) mean in C++?
- The tilde operator in Python
- Not equal to != and !== in PHP
- What does `<>` mean in Python?
- What is the difference between ‘/’ and ‘//’ when used for division?
- What does =~ do in Perl?
- Difference between “or” and || in Ruby?
- Using the AND and NOT Operator in Python [duplicate]
- Python a &= b meaning?
- Difference between “and” and && in Ruby?
- OCaml mod function returns different result compared with %
- deleting file if it exists; python
- Python Linked List
- How to print without a newline or space
- Error: ‘int’ object is not subscriptable – Python
- How do I install opencv using pip?
- How do I compare two strings in python?
- Purpose of “%matplotlib inline”
- Curve curvature in numpy
- How do I update Anaconda?
- TypeError: ‘str’ object is not callable (Python)
- Dijkstra’s algorithm in python
- python – how to get the data from an plt.imshow()?
- How to create a GUID/UUID in Python
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- Plot logarithmic axes with matplotlib in python
- Logical XOR operator in C++?
- Arrays used as indices must be of integer (or boolean) type
- python pip – install from local dir
- Are static class variables possible in Python?
- Why am I getting “LinAlgError: Singular matrix” from grangercausalitytests?
- How does the @property decorator work in Python?
- ‘method’ object is not subscriptable. Don’t know what’s wrong
- How to remove punctuation in python?
- How do I copy a file in Python?
- How can I convert a character to a integer in Python, and viceversa?
- What’s the difference between %s and %d in Python string formatting?
- initialize a numpy array
- error: Unable to find vcvarsall.bat
- ‘str’ object has no attribute ‘decode’. Python 3 error?
- AttributeError: Module Pip has no attribute ‘main’
- django:django.core.exceptions.AppRegistryNotReady: Apps aren’t loaded yet
- Can I force pip to reinstall the current version?
- Removing pip’s cache?
- How to get the current time in Python
- Improve subplot size/spacing with many subplots in matplotlib
- Can I run Keras model on gpu?
- How to check whether a pandas DataFrame is empty?
- Convert columns to string in Pandas
- Find how many connected groups of nodes in a given adjacency matrix
- Add a new item to a dictionary in Python
- reducing number of plot ticks
- How can I add new keys to a dictionary?
- Convert pandas data frame to series
- Decorators with parameters?
- How do I get a python program to do nothing?
- inserting characters at the start and end of a string
- SettingWithCopyWarning even when using .loc[row_indexer,col_indexer] = value
- Multiple OR or AND conditions in IF statement
- Append a tuple to a list – what’s the difference between two ways?
- No module named Image
- How to fix “TypeError: len() of unsized object”
- ValueError: Unknown projection ‘3d’ (once again)
- TypeError: ‘numpy.float64’ object does not support item assignment
- Python/Django: log to console under runserver, log to file under Apache
- TypeError: unsupported format string passed to list.__format__
- Getting “socket.error: [Errno 61] Connection refused” python paramiko
- python setup.py uninstall
- How often does python flush to a file?
- How to open every file in a folder
- Python iteration over non-sequence
- How do I convert a string to a double in Python?
- _csv.Error: field larger than field limit (131072)
- How do I rotate an image around its center using Pygame?
- How can I copy a Python string?
- Spell Checker for Python
- TypeError: coercing to Unicode: need string or buffer, int found
- Paramiko’s SSHClient with SFTP
- Package libffi was not found in the pkg-config search path REDHAT6.5
- Line is too long. Django PEP8
- TypeError: zip argument #2 must support iteration
- CS231n: How to calculate gradient for Softmax loss function?
- How to create a new database using SQLAlchemy?