Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
class
TestSchema(ma.Schema):
Callers
10
initialize
Function · 0.45
test_apply_and_retrieve_config
Method · 0.45
test_get_prop_from_config
Method · 0.45
test_set_prop_from_config
Method · 0.45
test_update_config
Method · 0.45
test_update_config_plugin
Method · 0.45
simple_webapp
Function · 0.45
test_authentication_exempt_bound_method_returns_200
Function · 0.45
test_get_filtered_config_all_sensitive_keys_filtered
Function · 0.45
initialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected