from_str#
- classmethod DesignFlow.from_str(string: str) DesignFlow#
Convert string to an instance of the
DesignFlowclass.- Parameters:
- string: str
String to be converted.
- Returns:
DesignFlowInstance of the
DesignFlowclass.
- Raises:
TypeErrorRaised when an invalid type of
stringis given.ValueErrorRaised when an invalid value of
stringis given.