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:
- DesignFlow
- Instance of the - DesignFlowclass.
 
- Raises:
- TypeError
- Raised when an invalid type of - stringis given.
- ValueError
- Raised when an invalid value of - stringis given.
 
 
 
    