Method
buildChildren
(self, child_, node, nodeName_, fromsubclass_=False)
Source from the content-addressed store, hash-verified
| 1553 | super(ExploitTargetsType, self).buildAttributes(node, attrs, already_processed) |
| 1554 | pass |
| 1555 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1556 | if nodeName_ == 'Exploit_Target': |
| 1557 | obj_ = stix_common_binding.RelatedExploitTargetType.factory() |
| 1558 | obj_.build(child_) |
| 1559 | self.Exploit_Target.append(obj_) |
| 1560 | # end class ExploitTargetsType |
| 1561 | |
| 1562 | |
Tested by
no test coverage detected