Used to overload the content before sent back to client
(self, data, **kwargs)
| 675 | return os.path.join(paths[key], path) |
| 676 | |
| 677 | def _overload(self, data, **kwargs): |
| 678 | """Used to overload the content before sent back to client""" |
| 679 | return data |
| 680 | |
| 681 | def _process_all(self, func, **kwargs): |
| 682 | self._log.debug('get: %s' % func) |
no outgoing calls
no test coverage detected