#154 #164

Merged
edraft merged 13 commits from #154 into 2023.4 2023-04-05 22:30:39 +02:00
Showing only changes of commit 52404cf5d3 - Show all commits

View File

@ -14,7 +14,7 @@ class ConfigurationModelABC(ABC):
@base_func
def from_dict(self, settings: dict):
r"""DEPRECATED: Set attributes as typed arguments in __init__ instead. See <> for further information
r"""DEPRECATED: Set attributes as typed arguments in __init__ instead. See https://docs.sh-edraft.de/cpl/deprecated.html#ConfigurationModelABC-from_dict-method for further information
Converts attributes to dict
Parameter: