MCPcopy
hub / github.com/apache/caldera / apply_config

Method apply_config

tests/api/v2/managers/test_base_api_manager.py:15–16  ·  view source on GitHub ↗
(self, prop, config)

Source from the content-addressed store, hash-verified

13 self.Access = BaseWorld.Access
14
15 def apply_config(self, prop, config):
16 self.conf[prop] = config
17
18 def get_config(self, prop=None, name=None):
19 if prop in self.conf:

Callers 15

init_base_worldFunction · 0.45
initializeFunction · 0.45
ssh_contact_base_worldFunction · 0.45
dns_contact_base_worldFunction · 0.45
base_worldFunction · 0.45
reset_configMethod · 0.45
base_worldFunction · 0.45
setup_op_configFunction · 0.45
setup_rest_svc_testFunction · 0.45
base_worldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected