(self, recursive: bool = False)
| 1244 | raise NodeError("the root node can not be moved") |
| 1245 | |
| 1246 | def _f_remove(self, recursive: bool = False) -> NoReturn: |
| 1247 | raise NodeError("the root node can not be removed") |
| 1248 | |
| 1249 | |
| 1250 | class TransactionGroupG(NotLoggedMixin, Group): |