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

Method init

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

Source from the content-addressed store, hash-verified

11 def getName(self):
12 return "Cokemv"
13 def init(self,extend=""):
14 print("============{0}============".format(extend))
15 pass
16 def homeContent(self,filter):
17 result = {}
18 cateManual = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected