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

Method homeVideoContent

plugin/py_cctv_full.py:35–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 result['filters'] = self.config['filter']
34 return result
35 def homeVideoContent(self):
36 result = {
37 'list':[]
38 }
39 return result
40 def categoryContent(self,tid,pg,filter,extend):
41 result = {}
42 month = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected