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