(self,extend="")
| 11 | def getName(self): |
| 12 | return "哔哩" |
| 13 | def init(self,extend=""): |
| 14 | print("============{0}============".format(extend)) |
| 15 | pass |
| 16 | def isVideoFormat(self,url): |
| 17 | pass |
| 18 | def manualVideoCheck(self): |
nothing calls this directly
no outgoing calls
no test coverage detected