Skip to content

AnyValueByType

implementation of the data class for the AnyValueByType value type

AnyValueByType dataclass

Canonical path: AnyValueByType.AnyValueByType

implementation of the data class for the attribute id and value

__gt__

__gt__(any_value: AnyValueByType) -> bool

operator overloading

Parameters:

Returns:

  • bool

    value is greater than value to compare with

deep_copy

deep_copy() -> AnyValueByType

execute a deep copy

Returns:

__reload__

__reload__(_mod: ModuleType) -> Any

don't reload this module to avoid problems with the enum check

Parameters:

  • _mod (ModuleType) –

    module

Returns:

  • Any

    current module

Placeholder