(self)
| 44 | self.pipeline_order_info = [] |
| 45 | |
| 46 | def endFile(self): |
| 47 | self.writeFlagDefinitions() |
| 48 | self.supportedPipelineStages() |
| 49 | self.supportedAccessTypes() |
| 50 | self.pipelineOrdering() |
| 51 | OutputGenerator.endFile(self) |
| 52 | |
| 53 | def writeBlock(self, basename, contents): |
| 54 | """Generate an include file. |
nothing calls this directly
no test coverage detected