MCPcopy
hub / github.com/sparckles/Robyn / set

Method set

robyn/ai.py:50–52  ·  view source on GitHub ↗

Set configuration value

(self, key: str, value: Any)

Source from the content-addressed store, hash-verified

48 return self.config.get(key, default)
49
50 def set(self, key: str, value: Any) -> None:
51 """Set configuration value"""
52 self.config[key] = value
53
54 def update(self, **kwargs) -> None:
55 """Update configuration with new values"""

Callers 15

test_allow_corsFunction · 0.80
global_before_requestFunction · 0.80
global_after_requestFunction · 0.80
sync_before_requestFunction · 0.80
sync_after_requestFunction · 0.80
async_before_requestFunction · 0.80
async_after_requestFunction · 0.80
multi_before_1Function · 0.80
multi_before_2Function · 0.80
multi_after_1Function · 0.80
multi_after_2Function · 0.80
short_circuit_afterFunction · 0.80

Calls

no outgoing calls