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

Method buildAttributes

stix/bindings/incident.py:1005–1006  ·  view source on GitHub ↗
(self, node, attrs, already_processed)

Source from the content-addressed store, hash-verified

1003 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
1004 self.buildChildren(child, node, nodeName_)
1005 def buildAttributes(self, node, attrs, already_processed):
1006 pass
1007 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
1008 if nodeName_ == 'Initial_Reported_Total_Loss_Estimation':
1009 obj_ = LossEstimationType.factory()

Callers 1

buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected