set_category method

set_category

Sets the category.

def set_category(self, category):
    ...
ParameterTypeDescription
categorystrThe category.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptioncategory;Category is limited to 3 characters

See Also