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

Method getName

plugin/py_ali_subtitle.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class Spider(Spider): # 元类 默认的元类 type
12 def getName(self):
13 return "阿里云盘"
14 def init(self,extend=""):
15 print("============{0}============".format(extend))
16 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected