(self, command)
| 262 | self.out_file.write('\n') |
| 263 | |
| 264 | def _WriteModuleCommand(self, command): |
| 265 | self.module_idx += 1 |
| 266 | self._WriteModuleInitCall(command, False) |
| 267 | |
| 268 | def _WriteModuleInstances(self): |
| 269 | idx = 0 |
nothing calls this directly
no test coverage detected