MCPcopy Index your code
hub / github.com/bugy/script-server / _create_config

Method _create_config

src/tests/executor_test.py:646–647  ·  view source on GitHub ↗
(parameters=None)

Source from the content-addressed store, hash-verified

644
645 @staticmethod
646 def _create_config(parameters=None):
647 return create_config_model('config_x', parameters=parameters)
648
649 def setUp(self):
650 self.config = create_config_model('config_x')

Calls 1

create_config_modelFunction · 0.90

Tested by

no test coverage detected