(self,param)
| 38 | } |
| 39 | header = {} |
| 40 | def localProxy(self,param): |
| 41 | action = { |
| 42 | 'url':'', |
| 43 | 'header':'', |
| 44 | 'param':'', |
| 45 | 'type':'string', |
| 46 | 'after':'' |
| 47 | } |
| 48 | return [200, "video/MP2T", action, ""] |
nothing calls this directly
no outgoing calls
no test coverage detected