Expected to return the worker function to run the formatter.
(self)
| 309 | self.file_type = file_type |
| 310 | |
| 311 | def GetProcessorWorker(self): |
| 312 | """Expected to return the worker function to run the formatter.""" |
| 313 | raise NotImplementedError |
| 314 | |
| 315 | def GetProcessorScript(self): |
| 316 | """Expected to return a tuple |