I don't know how to interpret this notation:
timedelta([days[, seconds[, microseconds[, milliseconds[, minutes[, hours[, weeks]]]]]]])
Source: https://docs.python.org/2/library/datetime.html#timedelta-objects
I'm using this function with a single keyword argument without inconvenience but I can't understand the reason of this notation ¿Does it have a name? Sorry if this is a duplicate post but I don't know how to google it.