(self, index: SupportsIndex, entity: _T)
| 383 | |
| 384 | @overload |
| 385 | def __setitem__(self, index: SupportsIndex, entity: _T) -> None: ... |
| 386 | |
| 387 | @overload |
| 388 | def __setitem__(self, index: slice, entity: Iterable[_T]) -> None: ... |
nothing calls this directly
no test coverage detected