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

Method homeVideoContent

plugin/py_cyys.py:40–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 return result
39
40 def homeVideoContent(self):
41 result = {
42 'list': []
43 }
44 return result
45
46 def categoryContent(self, tid, pg, filter, extend):
47 result = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected