validate¶
- RelMT.validate(params: Optional[Dict[str, Any]] = None) None [source]¶
Checks both the types and the values of all instance variables and raises an exception if something is off.
- Args:
- params (dict, optional): A dictionary containing
the parameters to validate. If not is passed, the own parameters will be validated.