MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / loadElementTree

Method loadElementTree

scripts/reg.py:615–618  ·  view source on GitHub ↗

Load ElementTree into a Registry object and parse it.

(self, tree)

Source from the content-addressed store, hash-verified

613 self.filename = None
614
615 def loadElementTree(self, tree):
616 """Load ElementTree into a Registry object and parse it."""
617 self.tree = tree
618 self.parseTree()
619
620 def loadFile(self, file):
621 """Load an API registry XML file into a Registry object and parse it"""

Callers 8

testVulkanObjectFunction · 0.95
testVulkanObjectSCFunction · 0.95
beginFileMethod · 0.95
makeRegistryMethod · 0.95
genvk.pyFile · 0.80

Calls 1

parseTreeMethod · 0.95

Tested by 4

testVulkanObjectFunction · 0.76
testVulkanObjectSCFunction · 0.76