(self, param)
| 232 | pass |
| 233 | |
| 234 | def localProxy(self, param): |
| 235 | action = { |
| 236 | 'url': '', |
| 237 | 'header': '', |
| 238 | 'param': '', |
| 239 | 'type': 'string', |
| 240 | 'after': '' |
| 241 | } |
| 242 | return [200, "video/MP2T", action, ""] |
nothing calls this directly
no outgoing calls
no test coverage detected