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

Method init

plugin/py_kunyu77.py:11–13  ·  view source on GitHub ↗
(self,extend="")

Source from the content-addressed store, hash-verified

9 def getName(self):
10 return "77"
11 def init(self,extend=""):
12 print("============{0}============".format(extend))
13 pass
14 def homeContent(self,filter):
15 result = {}
16 url = 'http://api.kunyu77.com/api.php/provide/filter'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected