I recently came across a double *
and was curious if it was special to the sample code I was using or a special operator in Python.
Example Code:
current_page = reports_service.activities().list(**params).execute()
params
is a dictionary in this example.
The code in question is a segment from Google's reports API