(self,tid,pg,filter,extend)
| 22 | def homeVideoContent(self):pass |
| 23 | @abstractmethod |
| 24 | def categoryContent(self,tid,pg,filter,extend):pass |
| 25 | @abstractmethod |
| 26 | def detailContent(self,ids):pass |
| 27 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected