Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ set_value
Method
set_value
src/tests/script_config_test.py:957–958 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
955
self.parameters.append(config)
956
957
def
set_value(self, name, value):
958
self.values[name] = ScriptValueWrapper(value, value, value)
959
960
961
class
GetSortedConfigTest(unittest.TestCase):
Callers
9
test_single_parameter
Method · 0.95
test_single_parameter_with_value_on_init
Method · 0.95
test_multiple_parameters
Method · 0.95
test_multiple_parameters_when_one_missing
Method · 0.95
test_multiple_parameters_when_one_becomes_missing
Method · 0.95
test_multiple_parameters_when_one_repeats
Method · 0.95
test_value_without_parameter
Method · 0.95
test_late_add_single_parameter
Method · 0.95
test_late_remove_single_parameter
Method · 0.95
Calls
1
ScriptValueWrapper
Class · 0.90
Tested by
no test coverage detected