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

Method getName

plugin/py_bilivd.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14
15class Spider(Spider): # 元类 默认的元类 type
16 def getName(self):
17 return "哔哩"
18
19 def init(self, extend=""):
20 print("============{0}============".format(extend))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected