Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ EmptyValuesProvider
Class
EmptyValuesProvider
src/config/script/list_values.py:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
EmptyValuesProvider(ValuesProvider):
23
24
def
get_values(self, parameter_values):
25
return
[]
26
27
28
class
NoneValuesProvider(ValuesProvider):
Callers
1
_create_values_provider
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected