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