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

Method homeVideoContent

plugin/py_3qu.py:38–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected