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

Method buildChildren

stix/bindings/ttp.py:643–647  ·  view source on GitHub ↗
(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
650class ExploitsType(GeneratedsSuper):

Callers 1

buildMethod · 0.95

Calls 2

factoryMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected