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

Method getName

plugin/py_czspp.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class Spider(Spider): # 元类 默认的元类 type
10 def getName(self):
11 return "厂长资源"
12
13 def init(self, extend=""):
14 print("============{0}============".format(extend))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected