From 25795e9fe952977b6d2979e27f4e2c96dd67ff64 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Fri, 19 Jul 2024 18:18:45 +0300 Subject: [PATCH] Add docstring for the method `DecortAccountInfo.mapped_rg_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 b2d8661..c1f81e4 100644 --- a/library/decort_account_info.py +++ b/library/decort_account_info.py @@ -304,6 +304,13 @@ class DecortAccountInfo(DecortController): @property def mapped_rg_params(self) -> None | dict: + """ + Map the module parameter `resource_groups` to + parameters dictionary for the method + `DecortController.account_resource_groups` + (excluding for `account_id`). + """ + input_params = self.amodule.params['resource_groups'] if not input_params: return input_params