MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / list_actions

Method list_actions

tests/utils/api_client.py:679–681  ·  view source on GitHub ↗

Return all project actions, each carrying actionId.

(self)

Source from the content-addressed store, hash-verified

677 return self.command("project.dataset.list").get("datasets", [])
678
679 def list_actions(self) -> list:
680 """Return all project actions, each carrying actionId."""
681 return self.command("project.action.list").get("actions", [])
682
683 def add_group(self, title: str = "Group", widget_type: int = 0) -> int:
684 """

Callers 4

add_actionMethod · 0.95
_last_action_idFunction · 0.80

Calls 2

commandMethod · 0.95
getMethod · 0.45

Tested by 3

_last_action_idFunction · 0.64