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

Method get_config

tests/api/v2/managers/test_base_api_manager.py:18–20  ·  view source on GitHub ↗
(self, prop=None, name=None)

Source from the content-addressed store, hash-verified

16 self.conf[prop] = config
17
18 def get_config(self, prop=None, name=None):
19 if prop in self.conf:
20 return self.conf[prop]
21
22
23class TestSchema(ma.Schema):

Calls

no outgoing calls

Tested by

no test coverage detected