Possible Duplicate:
What does ** and * do for python parameters?
I saw this in a function definition, this was located in heapq.py, the python implementation of a heap queue
def merge(*iterables):
Possible Duplicate:
What does ** and * do for python parameters?
I saw this in a function definition, this was located in heapq.py, the python implementation of a heap queue
def merge(*iterables):