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

Method buildAttributes

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

Source from the content-addressed store, hash-verified

2006 nodeName_ = Tag_pattern_.match(child.tag).groups()[-1]
2007 self.buildChildren(child, node, nodeName_)
2008 def buildAttributes(self, node, attrs, already_processed):
2009 super(LeveragedTTPsType, self).buildAttributes(node, attrs, already_processed)
2010 def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
2011 if nodeName_ == 'Leveraged_TTP':
2012 obj_ = stix_common_binding.RelatedTTPType.factory()

Callers 1

buildMethod · 0.95

Calls 1

buildAttributesMethod · 0.45

Tested by

no test coverage detected