(self, state)
| 446 | return outPara |
| 447 | |
| 448 | def onEmbeddedVUConditional(self, state): |
| 449 | if self.check: |
| 450 | logWarn('Detected embedded Valid Usage conditional: {}:{}'.format( |
| 451 | self.filename, state.lineNumber - 1)) |
| 452 | # Keep track of warning check count |
| 453 | self.warnCount = self.warnCount + 1 |
| 454 | |
| 455 | def reflowFile(filename, args): |
| 456 | logDiag('reflow: filename', filename) |