Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ create_simple_parameter_configs
Function
create_simple_parameter_configs
src/tests/test_utils.py:335–336 ·
view source on GitHub ↗
(names)
Source
from the content-addressed store, hash-verified
333
334
335
def
create_simple_parameter_configs(names):
336
return
{name: {
'name'
: name}
for
name in names}
337
338
339
def
create_parameter_model_from_config(config,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected