(self)
| 33 | result['filters'] = self.config['filter'] |
| 34 | return result |
| 35 | def homeVideoContent(self): |
| 36 | result = { |
| 37 | 'list':[] |
| 38 | } |
| 39 | return result |
| 40 | def categoryContent(self,tid,pg,filter,extend): |
| 41 | result = {} |
| 42 | month = "" |
nothing calls this directly
no outgoing calls
no test coverage detected