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

Method buildAttributes

stix/bindings/report.py:807–808  ·  view source on GitHub ↗
(self, node, attrs, already_processed)

Source from the content-addressed store, hash-verified

805 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
806 self.buildChildren(child, node, nodeName_)
807 def buildAttributes(self, node, attrs, already_processed):
808 super(RelatedReportsType, self).buildAttributes(node, attrs, already_processed)
809 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
810 if nodeName_ == 'Related_Report':
811 obj_ = common_binding.RelatedReportType.factory()

Callers 1

buildMethod · 0.95

Calls 1

buildAttributesMethod · 0.45

Tested by

no test coverage detected