def iterids(self): r"""Return iterable of the Action ids. Returns ------- action_ids: iterable Action ids. """ return six.viewkeys(self._actions)