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