Home
last modified time | relevance | path

Searched refs:makeelement (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree.py537 def makeelement(): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py224 def makeelement(self, tag, attrib): member in Element
234 elem = self.makeelement(self.tag, self.attrib)
530 element = parent.makeelement(tag, attrib)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py224 def makeelement(self, tag, attrib): member in Element
234 elem = self.makeelement(self.tag, self.attrib)
530 element = parent.makeelement(tag, attrib)