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

Method exportAttributes

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

Source from the content-addressed store, hash-verified

689 else:
690 lwrite('/>%s' % (eol_, ))
691 def exportAttributes(self, lwrite, level, already_processed, namespace_='ttp:', name_='ExploitsType'):
692 pass
693 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='ExploitsType', fromsubclass_=False, pretty_print=True):
694 if pretty_print:
695 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected