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

Method buildAttributes

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

Source from the content-addressed store, hash-verified

1557 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
1558 self.buildChildren(child, node, nodeName_)
1559 def buildAttributes(self, node, attrs, already_processed):
1560 pass
1561 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
1562 if nodeName_ == 'First_Malicious_Action':
1563 obj_ = stix_common_binding.DateTimeWithPrecisionType.factory()

Callers 10

buildMethod · 0.95
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected