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

Method build

stix/bindings/incident.py:1552–1558  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1550 if self.Incident_Closed is not None:
1551 self.Incident_Closed.export(lwrite, level, nsmap, namespace_, name_='Incident_Closed', pretty_print=pretty_print)
1552 def build(self, node):
1553 self.__sourcenode__ = node
1554 already_processed = set()
1555 self.buildAttributes(node, node.attrib, already_processed)
1556 for child in node:
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):

Callers 15

buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45
buildChildrenMethod · 0.45

Calls 2

buildAttributesMethod · 0.95
buildChildrenMethod · 0.95

Tested by

no test coverage detected