MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / init

Method init

plugin/py_bilibili.py:13–15  ·  view source on GitHub ↗
(self,extend="")

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected