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

Method exportAttributes

stix/bindings/ttp.py:1042–1043  ·  view source on GitHub ↗
(self, lwrite, level, already_processed, namespace_='ttp:', name_='BehaviorType')

Source from the content-addressed store, hash-verified

1040 else:
1041 lwrite('/>%s' % (eol_, ))
1042 def exportAttributes(self, lwrite, level, already_processed, namespace_='ttp:', name_='BehaviorType'):
1043 pass
1044 def exportChildren(self, lwrite, level, nsmap, namespace_=XML_NS, name_='BehaviorType', fromsubclass_=False, pretty_print=True):
1045 if pretty_print:
1046 eol_ = '\n'

Callers 1

exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected