(self,key,quick)
| 102 | } |
| 103 | return result |
| 104 | def searchContent(self,key,quick): |
| 105 | result = { |
| 106 | 'list':[] |
| 107 | } |
| 108 | return result |
| 109 | def playerContent(self,flag,id,vipFlags): |
| 110 | result = {} |
| 111 | result["parse"] = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected