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

Method exportAttributes

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

Source from the content-addressed store, hash-verified

1525 else:
1526 lwrite('/>%s' % (eol_, ))
1527 def exportAttributes(self, lwrite, level, already_processed, namespace_='incident:', name_='TimeType'):
1528 pass
1529 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='TimeType', fromsubclass_=False, pretty_print=True):
1530 if pretty_print:
1531 eol_ = '\n'

Callers 10

exportMethod · 0.95
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45
exportAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected