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

Method get_values

src/config/script/list_values.py:18–19  ·  view source on GitHub ↗
(self, parameter_values)

Source from the content-addressed store, hash-verified

16
17 @abc.abstractmethod
18 def get_values(self, parameter_values):
19 pass
20
21
22class EmptyValuesProvider(ValuesProvider):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected