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

Method exportAttributes

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

Source from the content-addressed store, hash-verified

822 else:
823 lwrite('/>%s' % (eol_, ))
824 def exportAttributes(self, lwrite, level, already_processed, namespace_='ttp:', name_='AttackPatternsType'):
825 pass
826 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='AttackPatternsType', fromsubclass_=False, pretty_print=True):
827 if pretty_print:
828 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected