(self, node)
| 1859 | for Related_Indicator_ in self.Related_Indicator: |
| 1860 | Related_Indicator_.export(lwrite, level, nsmap, namespace_, name_='Related_Indicator', pretty_print=pretty_print) |
| 1861 | def build(self, node): |
| 1862 | self.__sourcenode__ = node |
| 1863 | already_processed = set() |
| 1864 | self.buildAttributes(node, node.attrib, already_processed) |
| 1865 | for child in node: |
| 1866 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1867 | self.buildChildren(child, node, nodeName_) |
| 1868 | def buildAttributes(self, node, attrs, already_processed): |
| 1869 | super(RelatedIndicatorsType, self).buildAttributes(node, attrs, already_processed) |
| 1870 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
nothing calls this directly
no test coverage detected