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

Method buildChildren

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

Source from the content-addressed store, hash-verified

733 self.priority = value
734 super(COARequestedType, self).buildAttributes(node, attrs, already_processed)
735 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
736 super(COARequestedType, self).buildChildren(child_, node, nodeName_, True)
737 pass
738# end class COARequestedType
739
740class ContributorsType(GeneratedsSuper):

Callers 1

buildMethod · 0.95

Calls 1

buildChildrenMethod · 0.45

Tested by

no test coverage detected