From a46ed241686361736a4826aa52de6fe4b10a8cf5 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Fri, 19 Jul 2024 18:16:53 +0300 Subject: [PATCH] Add docstring for the method `DecortAccountInfo.mapped_computes_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 78cc0fb..b2d8661 100644 --- a/library/decort_account_info.py +++ b/library/decort_account_info.py @@ -266,6 +266,13 @@ class DecortAccountInfo(DecortController): @property def mapped_computes_params(self) -> None | dict: + """ + Map the module parameter `computes` to + parameters dictionary for the method + `DecortController.account_computes` + (excluding for `account_id`). + """ + input_params = self.amodule.params['computes'] if not input_params: return input_params