Add brief docstring for the method `DecortController.account_computes`

main
Dmitriy Smirnov 7 months ago
parent 3516843c41
commit 682f19c4ce

@ -2275,6 +2275,11 @@ class DecortController(object):
sort_by_asc=True,
sort_by_field: None | str = None,
) -> list[dict]:
"""
Implementation of functionality of the API method
`/cloudapi/account/listComputes`.
"""
if compute_tech_status and (
not compute_tech_status in self.COMPUTE_TECH_STATUSES
):

Loading…
Cancel
Save