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

Method init

plugin/py_pansou.py:12–15  ·  view source on GitHub ↗
(self,extend)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected