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

Method exportAttributes

stix/bindings/incident.py:781–782  ·  view source on GitHub ↗
(self, lwrite, level, already_processed, namespace_='incident:', name_='ContributorsType')

Source from the content-addressed store, hash-verified

779 else:
780 lwrite('/>%s' % (eol_, ))
781 def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='ContributorsType'):
782 pass
783 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='ContributorsType', fromsubclass_=False, pretty_print=True):
784 if pretty_print:
785 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected