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

Method getName

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

Source from the content-addressed store, hash-verified

11
12class Spider(Spider): # 元类 默认的元类 type
13 def getName(self):
14 return "B站影视"
15 def init(self,extend=""):
16 print("============{0}============".format(extend))
17 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected