(self,ids)
| 24 | def categoryContent(self,tid,pg,filter,extend):pass |
| 25 | @abstractmethod |
| 26 | def detailContent(self,ids):pass |
| 27 | @abstractmethod |
| 28 | def searchContent(self,key,quick):pass |
| 29 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected