Add brief docstring for the method DecortController.account_computes

This commit is contained in:
2024-07-19 16:50:06 +03:00
parent 3516843c41
commit 682f19c4ce

View File

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