(self, ep)
| 3089 | _execution_profile_to_string(name), ', '.join(eps))) |
| 3090 | |
| 3091 | def _maybe_get_execution_profile(self, ep): |
| 3092 | return ep if isinstance(ep, ExecutionProfile) else self.get_execution_profile(ep) |
| 3093 | |
| 3094 | def execution_profile_clone_update(self, ep, **kwargs): |
| 3095 | """ |
no test coverage detected