Add docstring for the method DecortAccountInfo.mapped_computes_params

This commit is contained in:
2024-07-19 18:16:53 +03:00
parent 53ba9a4f02
commit a46ed24168

View File

@@ -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