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