Add docstring for the method DecortAccountInfo.mapped_vinses_params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user