(self, index: t.Any = -1)
| 64 | _immutable_error(self) |
| 65 | |
| 66 | def pop(self, index: t.Any = -1) -> t.NoReturn: |
| 67 | _immutable_error(self) |
| 68 | |
| 69 | def reverse(self: t.Any) -> t.NoReturn: |
| 70 | _immutable_error(self) |
nothing calls this directly
no test coverage detected