MCPcopy Create free account
hub / github.com/STIXProject/python-stix / buildChildren

Method buildChildren

stix/bindings/ttp.py:1555–1559  ·  view source on GitHub ↗
(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

Callers 1

buildMethod · 0.95

Calls 2

factoryMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected