Login
Back to bricks list
Introduction Version

TagHelper

Functions

CHECK_AND_CONVERT_VALUE - @classmethod
Parameters:
NameTypeDefault valueDescription
valueUnion
value_formatEntityTagValueFormat
Return type:
Union
CONVERT_STR_VALUE_TO_TYPE - @classmethod
Parameters:
NameTypeDefault valueDescription
valuestr
value_formatEntityTagValueFormat
Return type:
Union
CONVERT_VALUE_TO_STR - @classmethod
Parameters:
NameTypeDefault valueDescription
valueUnion
Return type:
str
GET_ALL_TAGS_COMBINASONS - @classmethod

Return a list of all possible combinations of tags

Parameters:
NameTypeDefault valueDescription
distinct_tagsDict
Return type:
List
GET_DISTINCT_VALUES - @classmethod

Return a dictionary of tags key with the list of values for each key from a list of tags

Parameters:
NameTypeDefault valueDescription
tagsList
Return type:
Dict
GET_DISTINCT_VALUES_FOR_KEY - @classmethod

Return a list of distinct values for a key from a list of tags

Parameters:
NameTypeDefault valueDescription
tagsList
keystr
Return type:
List
TAGS_DICT_TO_LIST - @classmethod
Parameters:
NameTypeDefault valueDescription
tags_dictList
Return type:
List
TAGS_DTO_TO_LIST - @classmethod
Parameters:
NameTypeDefault valueDescription
tags_dictList
Return type:
List
TAGS_TO_JSON - @classmethod
Parameters:
NameTypeDefault valueDescription
tagsList
Return type:
List