Removes this element from the model.
(self, affect_attachments=False)
| 210 | |
| 211 | @abc.abstractmethod |
| 212 | def remove(self, affect_attachments=False): |
| 213 | """Removes this element from the model.""" |
| 214 | |
| 215 | @property |
| 216 | @abc.abstractmethod |
no outgoing calls