(self, *args)
| 178 | def remove(self, *args): |
| 179 | return self._lazy("remove", *args) |
| 180 | def pop(self, *args): |
| 181 | return self._lazy("pop", *args) |
| 182 | |
| 183 | #### LEXICON ####################################################################################### |
| 184 |