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

Method buildAttributes

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

Source from the content-addressed store, hash-verified

122 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
123 self.buildChildren(child, node, nodeName_)
124 def buildAttributes(self, node, attrs, already_processed):
125 pass
126 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
127 if nodeName_ == 'Title':
128 Title_ = child_.text

Callers 1

buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected