return the xml root element
(self)
| 387 | |
| 388 | @property |
| 389 | def root(self): |
| 390 | """return the xml root element |
| 391 | """ |
| 392 | if self._parent is not no_default: |
| 393 | return self._parent[0].getroottree() |
| 394 | return self[0].getroottree() |
| 395 | |
| 396 | @property |
| 397 | def encoding(self): |
nothing calls this directly
no outgoing calls
no test coverage detected