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

Method exportAttributes

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

Source from the content-addressed store, hash-verified

342 else:
343 lwrite('/>%s' % (eol_, ))
344 def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='ImpactAssessmentType'):
345 pass
346 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='ImpactAssessmentType', fromsubclass_=False, pretty_print=True):
347 if pretty_print:
348 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected