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

Method buildChildren

stix/bindings/incident.py:799–803  ·  view source on GitHub ↗
(self, child_, node, nodeName_, fromsubclass_=False)

Source from the content-addressed store, hash-verified

797 def buildAttributes(self, node, attrs, already_processed):
798 pass
799 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
800 if nodeName_ == 'Contributor':
801 obj_ = cybox_common_binding.ContributorType.factory()
802 obj_.build(child_)
803 self.Contributor.append(obj_)
804# end class ContributorsType
805
806class COATimeType(GeneratedsSuper):

Callers 1

buildMethod · 0.95

Calls 2

factoryMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected