(self,key,quick)
| 26 | def detailContent(self,ids):pass |
| 27 | @abstractmethod |
| 28 | def searchContent(self,key,quick):pass |
| 29 | @abstractmethod |
| 30 | def playerContent(self,flag,id,vipFlags):pass |
| 31 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected