deephyper.core.utils.load_attr# deephyper.core.utils.load_attr(str_full_module)[source]# Loadd attribute from module. Parameters: str_full_module (str) – string of the form {module_name}.{attr}. Returns: the attribute. Return type: Any