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