(self,extend)
| 10 | def getName(self): |
| 11 | return "py_pansou" |
| 12 | def init(self,extend): |
| 13 | self.ali = extend[0] |
| 14 | print("============py_pansou============") |
| 15 | pass |
| 16 | def isVideoFormat(self,url): |
| 17 | pass |
| 18 | def manualVideoCheck(self): |
nothing calls this directly
no outgoing calls
no test coverage detected