MCPcopy Index your code
hub / github.com/STIXProject/python-stix / exportAttributes

Method exportAttributes

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

Source from the content-addressed store, hash-verified

1849 else:
1850 lwrite('/>%s' % (eol_, ))
1851 def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='RelatedIndicatorsType'):
1852 super(RelatedIndicatorsType, self).exportAttributes(lwrite, level, already_processed, namespace_, name_='RelatedIndicatorsType')
1853 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='RelatedIndicatorsType', fromsubclass_=False, pretty_print=True):
1854 super(RelatedIndicatorsType, self).exportChildren(lwrite, level, nsmap, namespace_, name_, True, pretty_print=pretty_print)
1855 if pretty_print:

Callers 1

exportMethod · 0.95

Calls 1

exportAttributesMethod · 0.45

Tested by

no test coverage detected