(self,param)
| 128 | } |
| 129 | header = {} |
| 130 | def localProxy(self,param): |
| 131 | action = { |
| 132 | 'url':'', |
| 133 | 'header':'', |
| 134 | 'param':'', |
| 135 | 'type':'string', |
| 136 | 'after':'' |
| 137 | } |
| 138 | return [200, "video/MP2T", action, ""] |
nothing calls this directly
no outgoing calls
no test coverage detected