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

Method localProxy

tutorial/py_model.py:40–48  ·  view source on GitHub ↗
(self,param)

Source from the content-addressed store, hash-verified

38 }
39 header = {}
40 def localProxy(self,param):
41 action = {
42 'url':'',
43 'header':'',
44 'param':'',
45 'type':'string',
46 'after':''
47 }
48 return [200, "video/MP2T", action, ""]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected