Method
buildChildren
(self, child_, node, nodeName_, fromsubclass_=False)
Source from the content-addressed store, hash-verified
| 641 | def buildAttributes(self, node, attrs, already_processed): |
| 642 | pass |
| 643 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 644 | if nodeName_ == 'Tool': |
| 645 | obj_ = stix_common_binding.ToolInformationType.factory() |
| 646 | obj_.build(child_) |
| 647 | self.Tool.append(obj_) |
| 648 | # end class ToolsType |
| 649 | |
| 650 | class ExploitsType(GeneratedsSuper): |
Tested by
no test coverage detected