(self, *args, **kwargs)
| 349 | raise NotImplementedError(self.error) |
| 350 | |
| 351 | def extend(self, *args, **kwargs): |
| 352 | raise NotImplementedError(self.error) |
| 353 | |
| 354 | def insert(self, *args, **kwargs): |
| 355 | raise NotImplementedError(self.error) |
no outgoing calls