(self)
| 27 | self.load_result = None |
| 28 | |
| 29 | def load(self): |
| 30 | self.load_result = self.load_func() |
| 31 | print('PIPE_INIT_COMPLETE') |
| 32 | sys.stdout.flush() |
| 33 | |
| 34 | def format_data(self, request): |
| 35 | if request['content_type'] in ['text', 'json']: |
no outgoing calls
no test coverage detected