For the below function call (that contains a decorator), what is the meaning of the list [var_A, var_B] in between the function name and function parameters?
[var_A, var_B]
myfunction[var_A, var_B](var1, var2)
I've never seen a function called like this, with what looks like an extra set of parameters.
2.1m questions
2.1m answers
60 comments
57.0k users