Print a newline to the output file (utility function)
(self)
| 1471 | return [pdecl + indentdecl, tdecl + paramdecl] |
| 1472 | |
| 1473 | def newline(self): |
| 1474 | """Print a newline to the output file (utility function)""" |
| 1475 | write('', file=self.outFile) |
| 1476 | |
| 1477 | def setRegistry(self, registry): |
| 1478 | self.registry = registry |