diff --git a/library/decort_account_info.py b/library/decort_account_info.py index c1f81e4..c09f880 100644 --- a/library/decort_account_info.py +++ b/library/decort_account_info.py @@ -342,6 +342,13 @@ class DecortAccountInfo(DecortController): @property def mapped_vinses_params(self) -> None | dict: + """ + Map the module parameter `vinses` to + parameters dictionary for the method + `DecortController.account_vinses` + (excluding for `account_id`). + """ + input_params = self.amodule.params['vinses'] if not input_params: return input_params