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

Method buildChildren

stix/bindings/incident.py:1386–1390  ·  view source on GitHub ↗
(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
1393class AffectedAssetsType(GeneratedsSuper):

Callers 1

buildMethod · 0.95

Calls 2

factoryMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected