class AnyValueByType¶
-
class AnyValueByType.AnyValueByType(value_type: str = '',
                                     text: str = '',
                                     value: Any = '',
                                     value_list: str = '',
                                     min_value: str = '',
                                     max_value: str = '')¶ implementation of the data class for the attribute id and value
- __eq__(other)¶
Return self==value.
-
__init__(value_type: str = '',
         text: str = '',
         value: Any = '',
         value_list: str = '',
         min_value: str = '',
         max_value: str = '')¶ Initialize self. See help(type(self)) for accurate signature.
- __repr__()¶
Return repr(self).
- deep_copy() AnyValueByType ¶
execute a deep copy
- __module__ = 'AnyValueByType'¶
- max_value: str = ''¶
- min_value: str = ''¶
- text: str = ''¶
- value: Any = ''¶
- value_list: str = ''¶
- value_type: str = ''¶