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

Method exportAttributes

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

Source from the content-addressed store, hash-verified

1294 else:
1295 lwrite('/>%s' % (eol_, ))
1296 def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='HistoryItemType'):
1297 pass
1298 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='HistoryItemType', fromsubclass_=False, pretty_print=True):
1299 if pretty_print:
1300 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected