(self, node)
| 1550 | if self.Incident_Closed is not None: |
| 1551 | self.Incident_Closed.export(lwrite, level, nsmap, namespace_, name_='Incident_Closed', pretty_print=pretty_print) |
| 1552 | def build(self, node): |
| 1553 | self.__sourcenode__ = node |
| 1554 | already_processed = set() |
| 1555 | self.buildAttributes(node, node.attrib, already_processed) |
| 1556 | for child in node: |
| 1557 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1558 | self.buildChildren(child, node, nodeName_) |
| 1559 | def buildAttributes(self, node, attrs, already_processed): |
| 1560 | pass |
| 1561 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
no test coverage detected