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

Method exportAttributes

stix/bindings/ttp.py:1534–1536  ·  view source on GitHub ↗
(self, lwrite, level, already_processed, namespace_='ttp:', name_='ExploitTargetsType')

Source from the content-addressed store, hash-verified

1532 else:
1533 lwrite('/>%s' % (eol_, ))
1534 def exportAttributes(self, lwrite, level, already_processed, namespace_='ttp:', name_='ExploitTargetsType'):
1535 super(ExploitTargetsType, self).exportAttributes(lwrite, level, already_processed, namespace_, name_)
1536 pass
1537 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='ExploitTargetsType', fromsubclass_=False, pretty_print=True):
1538 super(ExploitTargetsType, self).exportChildren(lwrite, level, nsmap, namespace_, name_, fromsubclass_=True, pretty_print=pretty_print)
1539 if pretty_print:

Callers 1

exportMethod · 0.95

Calls 1

exportAttributesMethod · 0.45

Tested by

no test coverage detected