(self, pos: t.Any, value: t.Any)
| 61 | _immutable_error(self) |
| 62 | |
| 63 | def insert(self, pos: t.Any, value: t.Any) -> t.NoReturn: |
| 64 | _immutable_error(self) |
| 65 | |
| 66 | def pop(self, index: t.Any = -1) -> t.NoReturn: |
| 67 | _immutable_error(self) |
no test coverage detected