pytuflow.InputRunState.value

pytuflow.InputRunState.value#

property InputRunState.value: str | float | int | Path | 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