MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/model/value_wrapper.py:2–6  ·  view source on GitHub ↗
(self, user_value, mapped_script_value, script_arg, secure_value=None)

Source from the content-addressed store, hash-verified

1class ScriptValueWrapper:
2 def __init__(self, user_value, mapped_script_value, script_arg, secure_value=None):
3 self.user_value = user_value
4 self.mapped_script_value = mapped_script_value
5 self.script_arg = script_arg
6 self.secure_value = secure_value
7
8 def get_secure_value(self):
9 if self.secure_value is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected