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

Method init

plugin/py_yiso.py:13–16  ·  view source on GitHub ↗
(self,extend)

Source from the content-addressed store, hash-verified

11 def getName(self):
12 return "py_yiso"
13 def init(self,extend):
14 self.ali = extend[0]
15 print("============py_yiso============")
16 pass
17 def isVideoFormat(self,url):
18 pass
19 def manualVideoCheck(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected