set_week_value method

set_week_value

This method is used to set ‘week’ string as a value for input element. This method is valid if only the type of the input element is “week”

def set_week_value(self, value):
    ...
ParameterTypeDescription
valuestrThe week value.

See Also