Method
exportAttributes
(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' |
Tested by
no test coverage detected