from_str#
- classmethod ParameterResolution.from_str(string: str) ParameterResolution #
Convert string to
ParameterResolution
.- Parameters:
- string: str
String that shall be converted.
- Returns:
ParameterResolution
Instance of the
ParameterResolution
class.
- Raises:
TypeError
Raised when invalid type of
string
was given.ValueError
Raised when invalid value of
string
was given.