Return root element of this tree.
(self)
| 535 | self.parse(file) |
| 536 | |
| 537 | def getroot(self): |
| 538 | """Return root element of this tree.""" |
| 539 | return self._root |
| 540 | |
| 541 | def _setroot(self, element): |
| 542 | """Replace root element of this tree. |
no outgoing calls