From ced031bba81f6ce329b0daf1d6c1aaaa121d5432 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Fri, 19 Jul 2024 18:19:35 +0300 Subject: [PATCH] Add docstring for the method `DecortAccountInfo.mapped_vinses_params` --- library/decort_account_info.py | 7 +++++++ 1 file changed, 7 insertions(+) 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