(self, arg, entity, **kw)
| 1810 | |
| 1811 | @collection.replaces(2) |
| 1812 | def replace(self, arg, entity, **kw): |
| 1813 | self.data.insert(0, entity) |
| 1814 | return self.data.pop() |
| 1815 | |
| 1816 | @collection.removes_return() |
| 1817 | def pop(self, key): |
no test coverage detected