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

Method buildAttributes

stix/bindings/ttp.py:1160–1161  ·  view source on GitHub ↗
(self, node, attrs, already_processed)

Source from the content-addressed store, hash-verified

1158 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
1159 self.buildChildren(child, node, nodeName_)
1160 def buildAttributes(self, node, attrs, already_processed):
1161 pass
1162 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
1163 if nodeName_ == 'Identity':
1164 from .extensions.identity import ciq_identity_3_0

Callers 1

buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected