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

Method __init__

src/config/script/list_values.py:36–37  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

34class ConstValuesProvider(ValuesProvider):
35
36 def __init__(self, values) -> None:
37 self._values = tuple(values)
38
39 def get_values(self, parameter_values):
40 return self._values

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected