operators - What is the name of ** in python? - Programmers Stack Exchange - 0 views
-
It's not an operator as such, so it doesn't really have a name, but it is defined as a "syntactic rule". So it should be called: "the keyword argument unpacking syntax"
-
# usually a tuple, always an iterable*
-
# usually a dict, always a mapping*
- ...4 more annotations...