(self, node)
| 1164 | if self.Response_And_Recovery_Costs is not None: |
| 1165 | self.Response_And_Recovery_Costs.export(lwrite, level, nsmap, namespace_, name_='Response_And_Recovery_Costs', pretty_print=pretty_print) |
| 1166 | def build(self, node): |
| 1167 | self.__sourcenode__ = node |
| 1168 | already_processed = set() |
| 1169 | self.buildAttributes(node, node.attrib, already_processed) |
| 1170 | for child in node: |
| 1171 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1172 | self.buildChildren(child, node, nodeName_) |
| 1173 | def buildAttributes(self, node, attrs, already_processed): |
| 1174 | pass |
| 1175 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
nothing calls this directly
no test coverage detected