(self)
| 39 | result['filters'] = self.config['filter'] |
| 40 | return result |
| 41 | def homeVideoContent(self): |
| 42 | result = { |
| 43 | 'list':[] |
| 44 | } |
| 45 | return result |
| 46 | def categoryContent(self,tid,pg,filter,extend): |
| 47 | result = {} |
| 48 | extend['id'] = tid |
nothing calls this directly
no outgoing calls
no test coverage detected