Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eudicots/Cactus
/ get
Method
get
cactus/config/file.py:19–20 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
17
self.load()
18
19
def
get(self, key, default=None):
20
return
self._data.get(key, default)
21
22
def
set(self, key, value):
23
self._data[key] = value
Callers
15
__init__
Method · 0.45
url
Method · 0.45
upload
Method · 0.45
config
Function · 0.45
setup_logging
Function · 0.45
preBuildPage
Method · 0.45
preBuild
Method · 0.45
preDeploy
Method · 0.45
preBuild
Method · 0.45
mkdtemp
Function · 0.45
get_or_prompt
Function · 0.45
signal
Function · 0.45
Calls
no outgoing calls
Tested by
11
test_write
Method · 0.36
test_duplicate
Method · 0.36
test_nested
Method · 0.36
test_missing_file
Method · 0.36
test_broken_file
Method · 0.36
test_write_config
Method · 0.36
test_bucket_name_unset
Method · 0.36
test_no_bucket_create
Method · 0.36
test_simple_deploy
Method · 0.36
test_compression
Method · 0.36
test_config_saved
Method · 0.36