pytuflow.SettingInput.value#
- property SettingInput.value: str | float | int | tuple[str | float | int, ...]#
Property holding the value part of
Command == Value
. Value can be any type, and should be returned as its intended type e.g.Set Code == 0
should return an integer.Path values will return a string. Use expanded_value for the expanded path.
Note
ES Note - this is maybe a little inconsistent - could change
- Returns:
The value part of
Command == Value
- Return type:
Any