Method
buildChildren
(self, child_, node, nodeName_, fromsubclass_=False)
Source from the content-addressed store, hash-verified
| 1384 | def buildAttributes(self, node, attrs, already_processed): |
| 1385 | pass |
| 1386 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1387 | if nodeName_ == 'History_Item': |
| 1388 | obj_ = HistoryItemType.factory() |
| 1389 | obj_.build(child_) |
| 1390 | self.History_Item.append(obj_) |
| 1391 | # end class HistoryType |
| 1392 | |
| 1393 | class AffectedAssetsType(GeneratedsSuper): |
Tested by
no test coverage detected