(self)
| 282 | object.__setattr__(self, "_param_ids_generated", param_ids_generated) |
| 283 | |
| 284 | def _has_param_ids(self) -> bool: |
| 285 | return "ids" in self.kwargs or len(self.args) >= 4 |
| 286 | |
| 287 | def combined_with(self, other: Mark) -> Mark: |
| 288 | """Return a new Mark which is a combination of this |