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