(self, actions)
| 821 | reqthread.start() |
| 822 | |
| 823 | def update_actions(self, actions): |
| 824 | |
| 825 | # Recursively update actions on the instance |
| 826 | self.actions = _recursive_update( |
| 827 | self.actions, actions |
| 828 | ) |
| 829 | |
| 830 | def set_actions(self, actions): |
| 831 |
no test coverage detected