(self, execution_id)
| 158 | lambda e: e.get_script_parameter_values()) |
| 159 | |
| 160 | def get_owner(self, execution_id): |
| 161 | return self._get_for_execution_info(execution_id, |
| 162 | lambda i: i.owner_user.user_id) |
| 163 | |
| 164 | def get_audit_name(self, execution_id): |
| 165 | return self._get_for_execution_info(execution_id, |
no test coverage detected