from_str#
- classmethod ResponseValueType.from_str(string: str) ResponseValueType#
Convert string to ResponseValueType.
- Parameters:
- string: str
String that shall be converted.
- Returns:
ResponseValueTypeInstance of the
ResponseValueTypeclass.
- Raises:
TypeErrorRaised when invalid type of
stringwas given.ValueErrorRaised when invalid value of
stringwas given.