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

Method init

plugin/py_ali_subtitle.py:14–16  ·  view source on GitHub ↗
(self,extend="")

Source from the content-addressed store, hash-verified

12 def getName(self):
13 return "阿里云盘"
14 def init(self,extend=""):
15 print("============{0}============".format(extend))
16 pass
17 def homeContent(self,filter):
18 result = {}
19 return result

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected