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

Method getName

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

Source from the content-addressed store, hash-verified

9 def getDependence(self):
10 return ['py_ali']
11 def getName(self):
12 return "py_yiso"
13 def init(self,extend):
14 self.ali = extend[0]
15 print("============py_yiso============")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected