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