Get the raw xml.etree.ElementTree.Element for this node. Can be used to directly manipulate the XML in ways not currently supported by this library
(self)
| 830 | return localname.rsplit("_", 1)[0] |
| 831 | |
| 832 | def getElement(self): |
| 833 | """ |
| 834 | Get the raw xml.etree.ElementTree.Element for this node. Can be used to directly manipulate the |
| 835 | XML in ways not currently supported by this library |
| 836 | """ |
| 837 | return self.element |
| 838 | |
| 839 | def getName(self): |
| 840 | """ |
no outgoing calls
no test coverage detected