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

Method buildAttributes

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

Source from the content-addressed store, hash-verified

282 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
283 self.buildChildren(child, node, nodeName_)
284 def buildAttributes(self, node, attrs, already_processed):
285 pass
286 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
287 if nodeName_ == 'TTP':
288 from . import ttp

Callers 3

buildMethod · 0.95
buildAttributesMethod · 0.45
buildAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected