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

Method exportAttributes

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

Source from the content-addressed store, hash-verified

210 else:
211 lwrite('/>%s' % (eol_, ))
212 def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='AffectedAssetType'):
213 pass
214 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='AffectedAssetType', fromsubclass_=False, pretty_print=True):
215 if pretty_print:
216 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected