Searched refs:template_xml (Results 1 – 1 of 1) sorted by relevance
180 def __init__(self, template_xml, instance_xml): argument186 self._name = self._sub_template(template_xml.attrib['name'])187 self._offset = int(self._sub_template(template_xml.attrib['offset']), 0)190 for bit_field in template_xml.findall('bit_field'):