gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

TagHelper

Functions
check_and_convert_value @classmethod
value : Union
value_format : TagValueFormat
Return type : Union
convert_str_value_to_type @classmethod
value : str
value_format : TagValueFormat
Return type : Union
convert_value_to_str @classmethod
value : Union
Return type : str
get_all_tags_combinasons @classmethod

Return a list of all possible combinations of tags

distinct_tags : Dict
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

tags : List
Return type : Dict
get_distinct_values_for_key @classmethod

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

tags : List
key : str
Return type : List
tags_dict_to_list @classmethod
tags_dict : List
Return type : List
tags_dto_to_list @classmethod
tags_dict : List
Return type : List
tags_to_json @classmethod
tags : List
Return type : List