(self,tid,pg,filter,extend)
| 24 | result = {} |
| 25 | return result |
| 26 | def categoryContent(self,tid,pg,filter,extend): |
| 27 | result = {} |
| 28 | return result |
| 29 | |
| 30 | def detailContent(self,array): |
| 31 | tid = array[0] |
nothing calls this directly
no outgoing calls
no test coverage detected